summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/squeak1/Makefile3
-rw-r--r--lang/squeak2/Makefile3
-rw-r--r--lang/squeak3/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile
index 431269596387..f6776e20b58c 100644
--- a/lang/squeak1/Makefile
+++ b/lang/squeak1/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 December 1998
# Whom: jesse@cs.uni-magdeburg.de
#
-# $Id$
+# $Id: Makefile,v 1.5 1998/12/23 04:32:27 steve Exp $
#
DISTNAME= 1.31
@@ -24,6 +24,7 @@ MAINTAINER= jesse@cs.uni-magdeburg.de
ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+USE_XLIB= yes
DIST_SUBDIR= squeak
SQUEAK_SRC= SqueakV1.sources
USE_GMAKE= yes
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile
index 87db337be812..e6be953a9a56 100644
--- a/lang/squeak2/Makefile
+++ b/lang/squeak2/Makefile
@@ -3,7 +3,7 @@
# Date created: 12/01/1998
# Whom: nectar@FreeBSD.ORG
#
-# $Id: Makefile,v 1.3 1998/11/28 02:18:44 asami Exp $
+# $Id: Makefile,v 1.5 1998/12/03 04:35:44 nectar Exp $
#
DISTNAME= 2.2
@@ -23,6 +23,7 @@ MAINTAINER= nectar@FreeBSD.ORG
ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+USE_XLIB= yes
DIST_SUBDIR= squeak
SQUEAK_SRC= SqueakV2.sources
USE_GMAKE= yes
diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile
index 87db337be812..e6be953a9a56 100644
--- a/lang/squeak3/Makefile
+++ b/lang/squeak3/Makefile
@@ -3,7 +3,7 @@
# Date created: 12/01/1998
# Whom: nectar@FreeBSD.ORG
#
-# $Id: Makefile,v 1.3 1998/11/28 02:18:44 asami Exp $
+# $Id: Makefile,v 1.5 1998/12/03 04:35:44 nectar Exp $
#
DISTNAME= 2.2
@@ -23,6 +23,7 @@ MAINTAINER= nectar@FreeBSD.ORG
ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+USE_XLIB= yes
DIST_SUBDIR= squeak
SQUEAK_SRC= SqueakV2.sources
USE_GMAKE= yes