diff options
Diffstat (limited to 'emulators/plex86/Makefile')
-rw-r--r-- | emulators/plex86/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile index 6b89681d7a4..c9911551681 100644 --- a/emulators/plex86/Makefile +++ b/emulators/plex86/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2001/02/17 18:38:21 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2003/03/29 12:40:50 jmmv Exp $ DISTNAME= plex86-20010106 PKGNAME= ${DISTNAME:S/-/-0./} +WRKSRC= ${WRKDIR}/plex86 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 @@ -10,7 +11,6 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.plex86.org/ COMMENT= Extensible open source PC virtualization software (free VMware) -WRKSRC= ${WRKDIR}/plex86 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-NetBSD \ --with-netbsd-source=${BSDSRCDIR}/sys |