aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/squeak-dev/Makefile3
-rw-r--r--lang/squeak/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/squeak-dev/Makefile b/lang/squeak-dev/Makefile
index 383704d29abe..0637aeb07f3d 100644
--- a/lang/squeak-dev/Makefile
+++ b/lang/squeak-dev/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
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