diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /emulators/darcnes/Makefile.common | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'emulators/darcnes/Makefile.common')
-rw-r--r-- | emulators/darcnes/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/darcnes/Makefile.common b/emulators/darcnes/Makefile.common index 91b3539a33a..c565f001062 100644 --- a/emulators/darcnes/Makefile.common +++ b/emulators/darcnes/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2005/03/13 16:29:51 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.8 2005/04/11 21:45:43 tv Exp $ DISTNAME= dn9b0401 CATEGORIES= emulators @@ -11,7 +11,6 @@ LICENSE= no-commercial-use WRKSRC= ${WRKDIR}/darcnes USE_GNU_TOOLS+= make -USE_BUILDLINK3= yes PATCHDIR= ${.CURDIR}/../../emulators/darcnes/patches DISTINFO_FILE= ${.CURDIR}/../../emulators/darcnes/distinfo |