mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Unbreak after devel/gdb update.
This commit is contained in:
parent
4e6b1f415e
commit
ddf22a97be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283312
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= nemiver
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
@ -20,10 +21,8 @@ LIB_DEPENDS= boost_unit_test_framework:${PORTSDIR}/devel/boost-libs \
|
||||
sqlite3:${PORTSDIR}/databases/sqlite3 \
|
||||
glademm-2.4:${PORTSDIR}/devel/libglademm24 \
|
||||
gtksourceviewmm-2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm
|
||||
BUILD_DEPENDS= gdb72:${PORTSDIR}/devel/gdb
|
||||
RUN_DEPENDS= gdb72:${PORTSDIR}/devel/gdb
|
||||
|
||||
BROKEN= unsatisfiable dependency object on gdb
|
||||
BUILD_DEPENDS= gdb73.1:${PORTSDIR}/devel/gdb
|
||||
RUN_DEPENDS= gdb73.1:${PORTSDIR}/devel/gdb
|
||||
|
||||
OPTIONS= GHEX "Enable memory view" off
|
||||
|
||||
|
@ -8,7 +8,7 @@ $FreeBSD$
|
||||
|
||||
# Extract the first word of "gdb", so it can be a program name with args.
|
||||
-set dummy gdb; ac_word=$2
|
||||
+set dummy gdb72; ac_word=$2
|
||||
+set dummy gdb73.1; ac_word=$2
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
|
||||
$as_echo_n "checking for $ac_word... " >&6; }
|
||||
if ${ac_cv_path_GDB_PROG+:} false; then :
|
||||
|
Loading…
Reference in New Issue
Block a user