diff options
-rw-r--r-- | devel/gdb66/Makefile | 2 | ||||
-rw-r--r-- | devel/insight/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index 5ecf220365c9..691e67ffc4db 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -18,7 +18,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gdb MAINTAINER= mi@aldan.algebra.com COMMENT?= GNU GDB of newer version than comes with the system -LATEST_LINK= gdb66 +LATEST_LINK?= gdb66 .ifndef(WITH_INSIGHT) OPTIONS= INSIGHT "Build the Tcl/Tk GUI (experimental!)" off diff --git a/devel/insight/Makefile b/devel/insight/Makefile index 44a835a4715a..18ab9da3620c 100644 --- a/devel/insight/Makefile +++ b/devel/insight/Makefile @@ -9,6 +9,8 @@ PORTREVISION= 0 MAINTAINER= mi@aldan.algebra.com COMMENT= Gnu debugger with the Insight GUI front-end +LATEST_LINK= insight + MASTERDIR= ${.CURDIR:H}/gdb66 WITH_INSIGHT= true CONFLICTS= gdb-[6-9]* |