aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb66
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb66')
-rw-r--r--devel/gdb66/Makefile7
-rw-r--r--devel/gdb66/pkg-descr3
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile
index ab04f872e4db..d554a4ee4760 100644
--- a/devel/gdb66/Makefile
+++ b/devel/gdb66/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gdb
PORTVERSION= 6.6
-PORTREVISION= 2
+PORTREVISION?= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:S,$,:gdb,} \
http://aldan.algebra.com/~mi/:gdbtk
@@ -20,8 +20,11 @@ COMMENT= GNU GDB of newer version than comes with the system
LATEST_LINK= gdb66
+.ifndef(WITH_INSIGHT)
OPTIONS= INSIGHT "Build the Tcl/Tk GUI (experimental!)" off
+.endif
+CONFLICTS= gdb-*
MAKE_JOBS_SAFE= yes
USE_BZIP2= yes
USE_GMAKE= yes
@@ -47,6 +50,8 @@ BROKEN= Does not configure on ia64 or powerpc
.endif
.if defined(WITH_INSIGHT)
+PKGNAMESUFFIX= -insight
+PORTREVISION= 0
USE_TK= 84+
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
LIB_DEPENDS= itk:${PORTSDIR}/x11-toolkits/itk
diff --git a/devel/gdb66/pkg-descr b/devel/gdb66/pkg-descr
index 1e832359933d..fccef8873b67 100644
--- a/devel/gdb66/pkg-descr
+++ b/devel/gdb66/pkg-descr
@@ -1,3 +1,4 @@
-GNU GDB - the latest version
+GNU GDB - the version, for which the "Insight" GUI is available.
+WWW: http://sourceware.org/insight/
WWW: http://www.gnu.org/software/gdb/