diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-19 00:08:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-19 00:08:50 +0000 |
commit | 2be4a807694f1163400eb0c2698c2680389be152 (patch) | |
tree | cfdeffcf767806a82f325ecaf0b974e02f5504f4 /emulators | |
parent | e9f9c2a65bef9a9b316003a885e2a445f37bf487 (diff) | |
download | pkgsrc-2be4a807694f1163400eb0c2698c2680389be152.tar.gz |
Convert to bl3.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/darcnes/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/darcnes/Makefile.common b/emulators/darcnes/Makefile.common index 48d23e09288..d76d7c7421d 100644 --- a/emulators/darcnes/Makefile.common +++ b/emulators/darcnes/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/01/22 08:36:03 grant Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/04/19 00:08:50 wiz Exp $ DISTNAME= dn9b0401 CATEGORIES= emulators @@ -11,7 +11,7 @@ LICENSE= no-commercial-use WRKSRC= ${WRKDIR}/darcnes USE_GNU_TOOLS+= make -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes PATCHDIR= ${.CURDIR}/../../emulators/darcnes/patches DISTINFO_FILE= ${.CURDIR}/../../emulators/darcnes/distinfo |