diff options
author | mi <mi@FreeBSD.org> | 2010-12-04 23:03:13 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2010-12-04 23:03:13 +0800 |
commit | c53f790be432cda169425d793242f01e82c92575 (patch) | |
tree | 200129d7cc576491df31e93677813d65d8b94473 /devel | |
parent | c42080309268485aca0b974dcfb947ed3ab1d00f (diff) | |
download | freebsd-ports-gnome-c53f790be432cda169425d793242f01e82c92575.tar.gz freebsd-ports-gnome-c53f790be432cda169425d793242f01e82c92575.tar.zst freebsd-ports-gnome-c53f790be432cda169425d793242f01e82c92575.zip |
Resolve the LATEST_LINK conflict. Insight is now simply "insight".
Notified by: erwin
Diffstat (limited to 'devel')
-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]* |