summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:35:23 +0000
committersnj <snj>2004-04-11 08:35:23 +0000
commit92eac1e5cb119eff2121b15d4f35211be4f7ff55 (patch)
treeff6ef75c47f370bd1af94b8668aa05418786fad7 /emulators
parent49ec6c5e7cb9711bcaaff61859dab2c3ff004594 (diff)
downloadpkgsrc-92eac1e5cb119eff2121b15d4f35211be4f7ff55.tar.gz
USE_BUILDLINK3 must be set to [yY][eE][sS]. Spotted by xtraeme@.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/zsnes/Makefile4
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"