diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-26 15:23:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-26 15:23:33 +0000 |
commit | 0375ef8a1e17e67b7318febaff16f43e5f1b3725 (patch) | |
tree | 1f4306da33720c827978d9942d31e40f44d8fe4d | |
parent | a40ba91194d85bdc18a9c50e42aa1f05dc280e13 (diff) | |
download | ports-0375ef8a1e17e67b7318febaff16f43e5f1b3725.tar.gz ports-0375ef8a1e17e67b7318febaff16f43e5f1b3725.zip |
Notes
-rw-r--r-- | devel/rlwrap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rlwrap/Makefile b/devel/rlwrap/Makefile index 6dba673d7f87..767454fd5ef0 100644 --- a/devel/rlwrap/Makefile +++ b/devel/rlwrap/Makefile @@ -8,6 +8,7 @@ PORTNAME= rlwrap PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/ @@ -26,7 +27,7 @@ MAN1= rlwrap.1 .if ${OSVERSION} < 500018 # This port requires readline 4.2 or newer, which is only available # in the base system in FreeBSD 5.x. -BUILD_DEPENDS+= ${PREFIX}/lib/libreadline.so.4:${PORTSDIR}/devel/readline +BUILD_DEPENDS+= ${PREFIX}/lib/libreadline.so.5:${PORTSDIR}/devel/readline RUN_DEPENDS+= ${BUILD_DEPENDS} # Make sure the dynamic linker does not pick up # the older libreadline library from the base system. |