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 | 282a40f1f1c77bbd44e8b6b77534f06edd06a9b7 (patch) | |
tree | 3856654b321df659f95a7a0f9dc98c1d87b7d36a /emulators/uae | |
parent | 5d76f13ecff4a8d578eea679ba36667763317d32 (diff) | |
download | pkgsrc-282a40f1f1c77bbd44e8b6b77534f06edd06a9b7.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 |