diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-29 20:36:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-29 20:36:42 +0000 |
commit | 00f5b8e8d982d5fddbec1097a9934dadee5ec924 (patch) | |
tree | 6230b88844668c140988b65c3aa2cca570812620 /devel/cgdb | |
parent | 6bc05d1eaf5c28e59e5f626eb1dcd5368ef7478c (diff) | |
download | ports-00f5b8e8d982d5fddbec1097a9934dadee5ec924.tar.gz ports-00f5b8e8d982d5fddbec1097a9934dadee5ec924.zip |
Notes
Diffstat (limited to 'devel/cgdb')
-rw-r--r-- | devel/cgdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index 88c7b59aaa10..9157a5f1565f 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes # at this time we can not use LIB_DEPENDS, please read ports/99327 .if ${OSVERSION} < 700016 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline +BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.6:${PORTSDIR}/devel/readline RUN_DEPENDS= ${BUILD_DEPENDS} LDFLAGS+= -rpath ${LOCALBASE}/lib CONFIGURE_ARGS+= --with-readline=${LOCALBASE} |