summaryrefslogtreecommitdiff
path: root/emulators/atari800
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-04-19 00:11:17 +0000
committerwiz <wiz@pkgsrc.org>2004-04-19 00:11:17 +0000
commit05172b645214a39c84c47bf3fdecd713592f3339 (patch)
tree476c80299db3e36959f4fb5df4238f90939d818f /emulators/atari800
parent1bcd3341287f483586eb7daf1471436e3498563e (diff)
downloadpkgsrc-05172b645214a39c84c47bf3fdecd713592f3339.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"