summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-07-26 16:20:41 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-07-26 16:20:41 +0000
commit07c6d84415aec3cc4f4ff7f1fb9a27121569fdef (patch)
tree722fff411df63dcab25ccdb011d9e9144c648552 /lang/smalltalk
parent- Add dependency on devel/libexecinfo for missing backtrace_*() symbols (diff)
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)
Notes
Notes: svn path=/head/; revision=140164
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 \