summaryrefslogtreecommitdiff
path: root/emulators/atari800
diff options
context:
space:
mode:
authorwiz <wiz>2004-04-19 00:11:17 +0000
committerwiz <wiz>2004-04-19 00:11:17 +0000
commit9baf1c6e64c05d3c27001911c412fc1ee1c50108 (patch)
tree476c80299db3e36959f4fb5df4238f90939d818f /emulators/atari800
parent1694a4987676303f6c55e43ceb7be89e402ddafc (diff)
downloadpkgsrc-9baf1c6e64c05d3c27001911c412fc1ee1c50108.tar.gz
Convert to bl3.
Diffstat (limited to 'emulators/atari800')
-rw-r--r--emulators/atari800/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile
index db11ffa1cb7..327bde09e28 100644
--- a/emulators/atari800/Makefile
+++ b/emulators/atari800/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/22 08:36:03 grant Exp $
+# $NetBSD: Makefile,v 1.25 2004/04/19 00:11:17 wiz Exp $
#
DISTNAME= atari800-1.3.2
@@ -17,7 +17,7 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_X11= YES
GNU_CONFIGURE= YES
@@ -36,5 +36,5 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/*.rom ${WRKDIR}/*.xfd ${WRKDIR}/*.atr \
${WRKSRC}/atari800.cfg ${PREFIX}/share/atari800/
-.include "../../mk/ossaudio.buildlink2.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"