diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
commit | 48781afdbbd269b8ceaed59acae75d853875a642 (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /emulators/libspectrum | |
parent | 7c0a27c6e2c2c1fe15f479d1402681af920aec2b (diff) | |
download | pkgsrc-48781afdbbd269b8ceaed59acae75d853875a642.tar.gz |
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index e8a09f342cc..233b4f5a19e 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:44 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/22 05:35:32 jlam Exp $ DISTNAME= libspectrum-0.2.2 PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= ZX Spectrum emulator file format library USE_PERL5= build USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= PERL=${PERL5} DOCDIR= ${PREFIX}/share/doc/libspectrum |