diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-05 15:03:42 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-05 15:03:42 +0000 |
commit | 1be2c30652e7ab1afc9ebac64c02ab80561bba9b (patch) | |
tree | af6af4de5cb8fdbcd78a64f9553c6fe85a6e36e3 /lang/squeak | |
parent | c10421cea2e82d2862a58e8c15e39b66791564b7 (diff) | |
download | ports-1be2c30652e7ab1afc9ebac64c02ab80561bba9b.tar.gz ports-1be2c30652e7ab1afc9ebac64c02ab80561bba9b.zip |
Notes
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 383704d29abe..0637aeb07f3d 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -8,6 +8,7 @@ ################################################## PORTNAME= squeak PORTVERSION= 3.6 +PORTREVISION= 1 CATEGORIES= lang VMVERSION= 3.6-3 IMAGEVERSION= 3.6 @@ -35,7 +36,6 @@ COMMENT= Full Smalltalk 80 with portability to UNIX, Mac, and Windows. ################################################## ONLY_FOR_ARCHS= i386 sparc64 MAN1= inisqueak.1 squeak.1 -USE_XLIB= yes USE_GMAKE= yes USE_REINPLACE= yes HAS_CONFIGURE= yes @@ -80,6 +80,7 @@ PLIST_NPSQUEAK= CONFIGURE_ARGS+= --without-x PLIST_X= "@comment feature not wanted - " .else +USE_XLIB= yes CONFIGURE_ARGS+= --with-x PLIST_X= .endif |