diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-31 11:10:19 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-31 11:10:19 +0800 |
commit | 7fee0a032748081224c1cbd572a935c5ff77c29a (patch) | |
tree | 1de7ddadfdfa03902d26c6369effa9fc58d4559c /emulators | |
parent | 17d8bb8f7275054284435159d45e95449663f34c (diff) | |
download | freebsd-ports-gnome-7fee0a032748081224c1cbd572a935c5ff77c29a.tar.gz freebsd-ports-gnome-7fee0a032748081224c1cbd572a935c5ff77c29a.tar.zst freebsd-ports-gnome-7fee0a032748081224c1cbd572a935c5ff77c29a.zip |
USE_XLIB=yes
Also change a YES to a yes to be the same as the rest of the Makefile.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vMac/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index d0d7ff95522a..712ce0f46256 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -3,7 +3,7 @@ # Date created: Jul 11th 1999 # Whom: troll # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/29 05:51:17 dburr Exp $ # DISTNAME= vMac-0.1.9.3-src @@ -16,8 +16,9 @@ MAINTAINER= troll@digitalspark.net MAKEFILE= Makefile WRKSRC= ${WRKDIR}/vMac-0.1.9.3 -USE_GMAKE= YES +USE_GMAKE= yes HAS_CONFIGURE= yes +USE_XLIB= yes pre-patch: (cd ${WRKSRC} && sh ${FILESDIR}/dos2unx gemulator.c) |