summaryrefslogtreecommitdiff
path: root/emulators/dosbox
diff options
context:
space:
mode:
authorsnj <snj>2004-03-07 06:04:48 +0000
committersnj <snj>2004-03-07 06:04:48 +0000
commitc9fdd01ee8f7e92281711923c751b4a6c608d01d (patch)
tree2a0d740aa1dec2190b6e53f6ac904fd70afe93b0 /emulators/dosbox
parent1f953cb3a12531af753cc57678f2d0aa0afd0a0d (diff)
downloadpkgsrc-c9fdd01ee8f7e92281711923c751b4a6c608d01d.tar.gz
Use bl3.
Diffstat (limited to 'emulators/dosbox')
-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"