diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-28 12:49:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-28 12:49:18 +0000 |
commit | 2db79bd7e32b6eb3dac000bce58aefa614c0fbe8 (patch) | |
tree | 958b508819dd79f399a19289eaffbe826de6947e /lang | |
parent | fd7d6a00cdb25b0a91c2cfa1bb5644815d3b5486 (diff) | |
download | ports-2db79bd7e32b6eb3dac000bce58aefa614c0fbe8.tar.gz ports-2db79bd7e32b6eb3dac000bce58aefa614c0fbe8.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak1/Makefile | 3 | ||||
-rw-r--r-- | lang/squeak2/Makefile | 3 | ||||
-rw-r--r-- | lang/squeak3/Makefile | 3 |
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 |