diff options
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" |