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/insight | |
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/insight')
-rw-r--r-- | devel/insight/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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]* |