summaryrefslogtreecommitdiff
path: root/emulators/libspectrum
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-10-14 10:10:46 +0000
committersalo <salo@pkgsrc.org>2003-10-14 10:10:46 +0000
commit15ef8da8f11ff34257887402b85c14a8914ae9e0 (patch)
tree489756096694801905a09d53a0fdb216ff6dbc67 /emulators/libspectrum
parentcc9461adbccdbcea3e33d56b126f80d3178d1865 (diff)
downloadpkgsrc-15ef8da8f11ff34257887402b85c14a8914ae9e0.tar.gz
Perl is needed for build.
Should fix problem seen in the latest hubertf's bulk-build.
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r--emulators/libspectrum/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile
index b3c43d63cd0..56748ee0109 100644
--- a/emulators/libspectrum/Makefile
+++ b/emulators/libspectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/10/02 15:08:05 adam Exp $
+# $NetBSD: Makefile,v 1.4 2003/10/14 10:10:46 salo Exp $
DISTNAME= libspectrum-0.2.0.1
CATEGORIES= emulators
@@ -8,11 +8,14 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
COMMENT= ZX Spectrum emulator file format library
+USE_PERL5= build
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE=${WRKSRC}/libtool
+CONFIGURE_ENV+= PERL=${PERL5}
+
DOCDIR= ${PREFIX}/share/doc/libspectrum
post-install:
@@ -20,4 +23,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt ${DOCDIR}
.include "../../devel/glib/buildlink2.mk"
+.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"