diff options
author | salo <salo> | 2003-10-14 10:10:46 +0000 |
---|---|---|
committer | salo <salo> | 2003-10-14 10:10:46 +0000 |
commit | 83bb7856b68a47d8a82d8a898cd463bc4ee42a1b (patch) | |
tree | 489756096694801905a09d53a0fdb216ff6dbc67 /emulators | |
parent | 70dde95d145441e5df507765775f84c52aafb608 (diff) | |
download | pkgsrc-83bb7856b68a47d8a82d8a898cd463bc4ee42a1b.tar.gz |
Perl is needed for build.
Should fix problem seen in the latest hubertf's bulk-build.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libspectrum/Makefile | 6 |
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" |