summaryrefslogtreecommitdiff
path: root/emulators/zsnes
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:32:04 +0000
committersnj <snj>2004-04-11 08:32:04 +0000
commit49ec6c5e7cb9711bcaaff61859dab2c3ff004594 (patch)
tree38c7eb20bf72091572bfb87c53b1cd24f1c0cbbb /emulators/zsnes
parent33d7c58654df400c7a43865628eafabd163ef7bc (diff)
downloadpkgsrc-49ec6c5e7cb9711bcaaff61859dab2c3ff004594.tar.gz
Convert to buildlink3.
Diffstat (limited to 'emulators/zsnes')
-rw-r--r--emulators/zsnes/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index d030c308df0..67c6c8de732 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/22 08:36:04 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/11 08:32:04 snj Exp $
#
DISTNAME= zsnes136src
@@ -20,10 +20,10 @@ ALL_TARGET= zsnes
WRKSRC= ${WRKDIR}/zsnes-1.36/src
GNU_CONFIGURE= # defined
USE_GNU_TOOLS+= make
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
USE_X11= # defined
-.include "../../devel/SDL/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"