summaryrefslogtreecommitdiff
path: root/emulators/libspectrum/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-25 18:46:55 +0000
committerminskim <minskim@pkgsrc.org>2004-02-25 18:46:55 +0000
commitaa044af44c806bd0f264340e2d3a3756895ad761 (patch)
tree74045043320ab5c37e8a94669e1e41d482f756fa /emulators/libspectrum/Makefile
parentb4609ef654326e0241145771d607e14e79a3efa0 (diff)
downloadpkgsrc-aa044af44c806bd0f264340e2d3a3756895ad761.tar.gz
bl3ify
Diffstat (limited to 'emulators/libspectrum/Makefile')
-rw-r--r--emulators/libspectrum/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile
index 0fbd0601bde..f44115d65d5 100644
--- a/emulators/libspectrum/Makefile
+++ b/emulators/libspectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/02/25 15:53:17 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/25 18:46:55 minskim Exp $
#
DISTNAME= libspectrum-0.2.1
@@ -11,7 +11,7 @@ HOMEPAGE= http://fuse-emulator.sourceforge.net/libspectrum.php
COMMENT= ZX Spectrum emulator file format library
USE_PERL5= build
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PERL=${PERL5}
@@ -22,9 +22,9 @@ post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt ${DOCDIR}
-.include "../../devel/glib2/buildlink2.mk"
-.include "../../devel/zlib/buildlink2.mk"
-.include "../../lang/perl5/buildlink2.mk"
-.include "../../security/libgcrypt/buildlink2.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"