diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:35:23 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:35:23 +0000 |
commit | 3d37a8c286c8979b64f8080f48e49a104c212238 (patch) | |
tree | ff6ef75c47f370bd1af94b8668aa05418786fad7 /emulators/zsnes/Makefile | |
parent | c9e44fd776869f9eea7008cc7395d5d8751c9a8e (diff) | |
download | pkgsrc-3d37a8c286c8979b64f8080f48e49a104c212238.tar.gz |
USE_BUILDLINK3 must be set to [yY][eE][sS]. Spotted by xtraeme@.
Diffstat (limited to 'emulators/zsnes/Makefile')
-rw-r--r-- | emulators/zsnes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 67c6c8de732..f1cdeaec072 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/11 08:32:04 snj Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/11 08:35:23 snj Exp $ # DISTNAME= zsnes136src @@ -20,7 +20,7 @@ ALL_TARGET= zsnes WRKSRC= ${WRKDIR}/zsnes-1.36/src GNU_CONFIGURE= # defined USE_GNU_TOOLS+= make -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_X11= # defined .include "../../devel/SDL/buildlink3.mk" |