aboutsummaryrefslogtreecommitdiff
path: root/emulators/vMac
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-31 03:10:19 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-31 03:10:19 +0000
commitd2f72bd1829a4d71029e86cb5a4653f6a8d375d5 (patch)
tree4e3a37f0fb0da4210f248b473498197cad3ac87d /emulators/vMac
parent50fb080408c883a65ec76b19a27d25552f09a455 (diff)
downloadports-d2f72bd1829a4d71029e86cb5a4653f6a8d375d5.tar.gz
ports-d2f72bd1829a4d71029e86cb5a4653f6a8d375d5.zip
USE_XLIB=yes
Also change a YES to a yes to be the same as the rest of the Makefile.
Notes
Notes: svn path=/head/; revision=21149
Diffstat (limited to 'emulators/vMac')
-rw-r--r--emulators/vMac/Makefile5
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)