summaryrefslogtreecommitdiff
path: root/devel/cgdb
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-06-26 14:58:36 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-06-26 14:58:36 +0000
commit1395f4bc2a0db64ba0910c97a24f41edee481948 (patch)
treee740c9e4dcd2c2521a2fb6ee53594e6b2f31b96e /devel/cgdb
parent- Update to 1.4.0 (diff)
- Use BUILD_DEPENDS and RUN_DEPENDS instead of LIB_DEPENDS
- Add a comment - Bump PORTREVISION PR: 99327 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes
Notes: svn path=/head/; revision=166363
Diffstat (limited to 'devel/cgdb')
-rw-r--r--devel/cgdb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
index 908605cfdd5e..e9eacf56ed63 100644
--- a/devel/cgdb/Makefile
+++ b/devel/cgdb/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cgdb
PORTVERSION= 0.6.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,8 +22,10 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
+# at this time we can not use LIB_DEPENDS please read ports/99327
.if ${OSVERSION} < 700016
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
+RUN_DEPENDS= ${BUILD_DEPENDS}
LDFLAGS+= -rpath ${LOCALBASE}/lib
CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"