diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-31 03:10:19 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-31 03:10:19 +0000 |
commit | d2f72bd1829a4d71029e86cb5a4653f6a8d375d5 (patch) | |
tree | 4e3a37f0fb0da4210f248b473498197cad3ac87d /emulators/vMac/Makefile | |
parent | 50fb080408c883a65ec76b19a27d25552f09a455 (diff) | |
download | ports-d2f72bd1829a4d71029e86cb5a4653f6a8d375d5.tar.gz ports-d2f72bd1829a4d71029e86cb5a4653f6a8d375d5.zip |
Notes
Diffstat (limited to 'emulators/vMac/Makefile')
-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) |