diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-19 00:19:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-19 00:19:21 +0000 |
commit | fe5c69e1dfde3128d46d7100c2cdf305e435a5d9 (patch) | |
tree | 3856654b321df659f95a7a0f9dc98c1d87b7d36a /emulators/uae | |
parent | 37a4bb3420d424ba3a7a6bbc1c5ea02efc4485b2 (diff) | |
download | pkgsrc-fe5c69e1dfde3128d46d7100c2cdf305e435a5d9.tar.gz |
Convert to bl3.
Diffstat (limited to 'emulators/uae')
-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 3074c0aa47f..9dcf63c2f9d 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/02/18 13:33:40 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2004/04/19 00:19:21 wiz Exp $ DISTNAME= uae-0.8.22 PKGNAME= ${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= The UAE Amiga Emulator DEPENDS= unzip>=5.40:../../archivers/unzip -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_X11= yes GNU_CONFIGURE= yes |