Perl is needed for build.
Should fix problem seen in the latest hubertf's bulk-build.
This commit is contained in:
parent
cc9461adbc
commit
15ef8da8f1
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue