diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-15 11:29:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-15 11:29:41 +0000 |
commit | 396ed241479bf0b95a39bce49ef0e30585e64f03 (patch) | |
tree | 37956fcf3f430b417d99bce994c2c5a1093beacc /emulators/uae | |
parent | 4a1d681cfffff515aa018125efcc13f3f71e9198 (diff) | |
download | pkgsrc-396ed241479bf0b95a39bce49ef0e30585e64f03.tar.gz |
Use buildlink2.
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 2830eae0cfd..013f19adcb6 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/07/28 19:58:24 kristerw Exp $ +# $NetBSD: Makefile,v 1.23 2002/11/15 11:29:41 wiz Exp $ DISTNAME= uae-0.8.22 PKGNAME= ${DISTNAME} @@ -11,6 +11,7 @@ COMMENT= The UAE Amiga Emulator DEPENDS= unzip>=5.40:../../archivers/unzip +USE_BUILDLINK2= yes USE_GMAKE= yes USE_X11= yes GNU_CONFIGURE= yes |