diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-26 14:58:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-26 14:58:36 +0000 |
commit | 1395f4bc2a0db64ba0910c97a24f41edee481948 (patch) | |
tree | e740c9e4dcd2c2521a2fb6ee53594e6b2f31b96e /devel/cgdb | |
parent | 7f13a16a46aca5e39713d68378541646ca127f31 (diff) |
Notes
Diffstat (limited to 'devel/cgdb')
-rw-r--r-- | devel/cgdb/Makefile | 6 |
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}" |