summaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-11-05 15:03:42 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-11-05 15:03:42 +0000
commit1be2c30652e7ab1afc9ebac64c02ab80561bba9b (patch)
treeaf6af4de5cb8fdbcd78a64f9553c6fe85a6e36e3 /lang/squeak
parent- Update to 0.9.10 (diff)
Don't depend on XLIB in case a build without X is requested
PR: 73003 Submitted by: Chris Burkert <chris@chrisburkert.de>
Notes
Notes: svn path=/head/; revision=120887
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/Makefile3
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