diff options
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r-- | emulators/uae/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 7dd671937c6..96e3e7fd54d 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2011/11/01 06:01:10 sbd Exp $ +# $NetBSD: Makefile,v 1.58 2012/01/14 03:13:04 hans Exp $ DISTNAME= uae-0.8.25 PKGREVISION= 10 @@ -9,12 +9,10 @@ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://uae.coresystems.de/ COMMENT= The UAE Amiga Emulator -DEPENDS+= unzip>=5.40:../../archivers/unzip - PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config unzip:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-dga --enable-vidmode |