pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/libspectrum Perl is needed for build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2dc16d6b79c5
branches:  trunk
changeset: 462809:2dc16d6b79c5
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Oct 14 10:10:46 2003 +0000

description:
Perl is needed for build.
Should fix problem seen in the latest hubertf's bulk-build.

diffstat:

 emulators/libspectrum/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 1ac5e748b490 -r 2dc16d6b79c5 emulators/libspectrum/Makefile
--- a/emulators/libspectrum/Makefile    Tue Oct 14 09:44:58 2003 +0000
+++ b/emulators/libspectrum/Makefile    Tue Oct 14 10:10:46 2003 +0000
@@ -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 @@
 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 @@
        ${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt ${DOCDIR}
 
 .include "../../devel/glib/buildlink2.mk"
+.include "../../lang/perl5/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index