diff options
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r-- | lang/smalltalk/Makefile | 10 |
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> |