aboutsummaryrefslogtreecommitdiff
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-31 17:02:49 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-31 17:02:49 +0000
commitb148e9ca1d0a2be9f92b752086a612a5fca1dc41 (patch)
tree06d310651df7fb10b54016a7c20f7d7d9b267f80 /lang/smalltalk/Makefile
parent7df5126e98b65c2c9df56c9f167dc9ef2dad7aac (diff)
Notes
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 91a54617445b..abeb95c3d59c 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -1,26 +1,24 @@
# New ports collection makefile for: smalltalk
-# Version required: 1.6.2
+# Version required: 1.7.3
# Date created: 09 Feb 1995
# Whom: gpalmer
#
# $FreeBSD$
#
-DISTNAME= smalltalk-1.6.2
+DISTNAME= smalltalk-1.7.3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= smalltalk
MAINTAINER= alex@big.endian.de
-BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
-
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-optimize --with-readline
MAN1= gst.1
# Set all-target to test the stuff
-ALL_TARGET= all check
+ALL_TARGET= optimize info check
.include <bsd.port.mk>