diff options
author | joerg <joerg> | 2006-06-11 14:36:33 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-11 14:36:33 +0000 |
commit | e8e3b970800960ceda53309e67255fd662c47600 (patch) | |
tree | f1560c9ac104a4bb18d0815d7bed997cd3811c4d /emulators/uae/Makefile | |
parent | 3a4dfa9ab66dd5b95d342594b9ca72f8b6c43853 (diff) | |
download | pkgsrc-e8e3b970800960ceda53309e67255fd662c47600.tar.gz |
Needs pkg-config.
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r-- | emulators/uae/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 36e4e64bc37..aaba015ef43 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/04/17 13:46:23 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2006/06/11 14:36:33 joerg Exp $ DISTNAME= uae-0.8.25 PKGREVISION= 3 @@ -11,7 +11,7 @@ COMMENT= The UAE Amiga Emulator DEPENDS+= unzip>=5.40:../../archivers/unzip -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-dga --enable-vidmode |