aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-07-27 00:20:41 +0800
committervs <vs@FreeBSD.org>2005-07-27 00:20:41 +0800
commit1a438f65f813611951a24e04f56addc65044077d (patch)
tree29775a679b076b8fb2ed860b7893ade16f19ec8f /lang/smalltalk
parent73de3f9013a13e9bc2e194f4439350660ce3b7c5 (diff)
downloadfreebsd-ports-gnome-1a438f65f813611951a24e04f56addc65044077d.tar.gz
freebsd-ports-gnome-1a438f65f813611951a24e04f56addc65044077d.tar.zst
freebsd-ports-gnome-1a438f65f813611951a24e04f56addc65044077d.zip
Pull in devel/readline on 4.x for enhanced command line editing
(and avoid possible implicit dependency when libreadline is already installed at build-time)
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index e5582426cfbd..c8f63ad6f553 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -37,6 +37,10 @@ LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.endif
+
.if defined(WITH_TCLTK)
LIB_DEPENDS+= tk84.1:${PORTSDIR}/x11-toolkits/tk84
CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib/tcl8.4 \