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 | d9380ffcb31781cdc8b462a583e811f300dd98ec (patch) | |
tree | 268e451d8219f1d862da0c001bc716d2b7e51b55 /emulators/fuse-utils | |
parent | a0152db6b5fe6a9099171c83373b1d7af62f5b56 (diff) | |
download | pkgsrc-d9380ffcb31781cdc8b462a583e811f300dd98ec.tar.gz |
bl3ify
Diffstat (limited to 'emulators/fuse-utils')
-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" |