aboutsummaryrefslogtreecommitdiff
path: root/math/rascal
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-06-23 09:14:04 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-06-23 09:14:04 +0000
commit2a868cfcc4aaa514f32598b53defdca7c0da58cb (patch)
tree9bac318b3f97ebff402fa6cb6f40de7078d89116 /math/rascal
parent8329b1932802f9c47ccd173d10c0831dd5fc9fc6 (diff)
downloadports-2a868cfcc4aaa514f32598b53defdca7c0da58cb.tar.gz
ports-2a868cfcc4aaa514f32598b53defdca7c0da58cb.zip
Unbreak: Add dependency on devel/readline for systems that need it
Notes
Notes: svn path=/head/; revision=112031
Diffstat (limited to 'math/rascal')
-rw-r--r--math/rascal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile
index 321a08c98e60..c863041ce94d 100644
--- a/math/rascal/Makefile
+++ b/math/rascal/Makefile
@@ -31,8 +31,9 @@ MAN1= rascal.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500018
-BROKEN= "Requires readline 4.2 or newer"
+.if ${OSVERSION} < 502000
+BUILD_DEPENDS= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
+RUN_DEPENDS= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
.endif
.if ${HAVE_GNOME:Mgnomelibs}!=""