aboutsummaryrefslogtreecommitdiff
path: root/devel/cgdb
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-06-14 01:25:23 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-06-14 01:25:23 +0000
commit3c89502d0090cb7edcc2716b3bc7339f1e574024 (patch)
tree35626c5b97ac121d458717a4266b470b619779b9 /devel/cgdb
parent48eba571dc61d920814b366159d320ef40d3bfd9 (diff)
downloadports-3c89502d0090cb7edcc2716b3bc7339f1e574024.tar.gz
ports-3c89502d0090cb7edcc2716b3bc7339f1e574024.zip
Notes
Diffstat (limited to 'devel/cgdb')
-rw-r--r--devel/cgdb/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
index 4daa139e568f..6acc9ce15902 100644
--- a/devel/cgdb/Makefile
+++ b/devel/cgdb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cgdb
PORTVERSION= 0.6.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,12 +22,9 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600000
-IGNORE= it can be compiled, but cannot run
-.endif
-
.if ${OSVERSION} < 700016
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+BUILD_DEPENDS+= ${LOCALBASE}/lib/readline.so.5:${PORTSDIR}/devel/readline
+RUN_DEPENDS= ${BUILD_DEPENDS}
LDFLAGS+= -rpath ${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"