diff options
author | snj <snj@pkgsrc.org> | 2004-03-07 06:04:48 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-07 06:04:48 +0000 |
commit | 3eee19dbd6ce96408a4e3ed277937fb9e98bc6dc (patch) | |
tree | 2a0d740aa1dec2190b6e53f6ac904fd70afe93b0 /emulators/dosbox | |
parent | 5254516da59ba75c72ead235f62c15666368688b (diff) | |
download | pkgsrc-3eee19dbd6ce96408a4e3ed277937fb9e98bc6dc.tar.gz |
Use bl3.
Diffstat (limited to 'emulators/dosbox')
-rw-r--r-- | emulators/dosbox/Makefile | 10 |
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" |