From c53f790be432cda169425d793242f01e82c92575 Mon Sep 17 00:00:00 2001 From: mi Date: Sat, 4 Dec 2010 15:03:13 +0000 Subject: Resolve the LATEST_LINK conflict. Insight is now simply "insight". Notified by: erwin --- devel/gdb66/Makefile | 2 +- devel/insight/Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'devel') 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]* -- cgit