diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-25 18:50:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-25 18:50:03 +0000 |
commit | 20743fdac1e661b2f6f2d9b967d1214c22717189 (patch) | |
tree | 268e451d8219f1d862da0c001bc716d2b7e51b55 /emulators | |
parent | 119d2da75330da77ccb80aed82ce76e6417869c1 (diff) | |
download | pkgsrc-20743fdac1e661b2f6f2d9b967d1214c22717189.tar.gz |
bl3ify
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index d9eb8b9fac1..c009927838c 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/25 16:09:46 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/25 18:50:03 minskim Exp $ # DISTNAME= fuse-utils-0.6.2 @@ -10,10 +10,10 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://fuse-emulator.sourceforge.net/ COMMENT= ZX Spectrum Emulator utilities -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11= yes GNU_CONFIGURE= yes -.include "../../emulators/libspectrum/buildlink2.mk" +.include "../../emulators/libspectrum/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |