diff options
author | minskim <minskim> | 2004-02-25 18:50:03 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-25 18:50:03 +0000 |
commit | 711ef6ccbc11ee97020ff29d5f575924ac359e7e (patch) | |
tree | 268e451d8219f1d862da0c001bc716d2b7e51b55 | |
parent | b18783f77d6691ba9b90dc59b78fb6b876e917ea (diff) | |
download | pkgsrc-711ef6ccbc11ee97020ff29d5f575924ac359e7e.tar.gz |
bl3ify
-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" |