diff options
author | hans <hans> | 2012-01-14 03:13:03 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-14 03:13:03 +0000 |
commit | 3f930d7e6c1c3532190339379e14a919ace576a1 (patch) | |
tree | b90af9a5eeffc289ee81081de9c3ea107b362d1b /emulators | |
parent | f635164e83a2021b83b7f1c492a9dd8982940681 (diff) | |
download | pkgsrc-3f930d7e6c1c3532190339379e14a919ace576a1.tar.gz |
USE_TOOLS=unzip instead of DEPENDS/BUILD_DEPENDS.
Diffstat (limited to 'emulators')
-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 |