summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsnj <snj>2004-03-07 06:04:48 +0000
committersnj <snj>2004-03-07 06:04:48 +0000
commit92278597fd4d432ea180db24a1555adf7c41cf58 (patch)
tree2a0d740aa1dec2190b6e53f6ac904fd70afe93b0 /emulators
parent71d5d72a60031744cb57ebfd76817d339d52433b (diff)
downloadpkgsrc-92278597fd4d432ea180db24a1555adf7c41cf58.tar.gz
Use bl3.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dosbox/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile
index 31259f3653a..4050c168317 100644
--- a/emulators/dosbox/Makefile
+++ b/emulators/dosbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/03 17:48:11 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/07 06:04:48 snj Exp $
#
DISTNAME= dosbox-0.61
@@ -9,7 +9,7 @@ MAINTAINER= cube@cubidou.net
HOMEPAGE= http://dosbox.sourceforge.net/
COMMENT= Multi-platform DOS emulator using SDL
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
SUBST_CLASSES= fixme
@@ -21,7 +21,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dosbox
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dosbox
-.include "../../devel/SDL/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../net/SDL_net/buildlink2.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../net/SDL_net/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"