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/squeak1 | |
parent | fd7d6a00cdb25b0a91c2cfa1bb5644815d3b5486 (diff) |
Add USE_XLIB.
Notes
Notes:
svn path=/head/; revision=15679
Diffstat (limited to 'lang/squeak1')
-rw-r--r-- | lang/squeak1/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |