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/stella | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'emulators/stella')
-rw-r--r-- | emulators/stella/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 7dc02675f32..e98c14f84dd 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/03/27 15:43:34 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2005/04/11 21:45:44 tv Exp $ STELLA_VERSION= 1.4.1 DISTNAME= stella-${STELLA_VERSION}-src @@ -17,7 +17,6 @@ DISTINFO_FILE= ${.CURDIR}/../stella/distinfo WRKSRC= ${WRKDIR}/stella-${STELLA_VERSION}/src/build USE_LANGUAGES= c c++ USE_GNU_TOOLS+= make -USE_BUILDLINK3= YES USE_INSTALL= YES UNLIMIT_RESOURCES=datasize |