summaryrefslogtreecommitdiff
path: root/emulators/fuse
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-25 18:54:58 +0000
committerminskim <minskim@pkgsrc.org>2004-02-25 18:54:58 +0000
commit8569c0a7ae7f75842b8092673bb0da96763176a1 (patch)
tree1a457e24f1eed95a57a00e362f5676a533d87ecb /emulators/fuse
parentd9380ffcb31781cdc8b462a583e811f300dd98ec (diff)
downloadpkgsrc-8569c0a7ae7f75842b8092673bb0da96763176a1.tar.gz
bl3ify and add explicit dependency on pkgconfig.
Diffstat (limited to 'emulators/fuse')
-rw-r--r--emulators/fuse/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index 62e32360d37..24a1216e2c7 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/02/25 16:09:46 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/25 18:54:58 minskim Exp $
DISTNAME= fuse-0.6.2.1
PKGREVISION= 1
@@ -9,16 +9,17 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://fuse-emulator.sourceforge.net/
COMMENT= ZX Spectrum Emulator
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PERL5= build
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk2
-.include "../../emulators/libspectrum/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../textproc/libxml2/buildlink2.mk"
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../emulators/libspectrum/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/ossaudio.buildlink2.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"