diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 13:51:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 13:51:13 +0000 |
commit | f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53 (patch) | |
tree | 392f755759c8becb1ccb007770bef5095757eddd /lang/perl58 | |
parent | 137d281145ee065f10beb27d3c0f66dae2cbe171 (diff) | |
download | pkgsrc-f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'lang/perl58')
-rw-r--r-- | lang/perl58/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile index 5ff0fb649aa..85f5b0e7ecf 100644 --- a/lang/perl58/Makefile +++ b/lang/perl58/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/01/23 23:26:25 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/24 13:51:14 grant Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -99,7 +99,7 @@ CONFIGURE_ARGS+= -Dcc="${PERL5_CC}" # The perl build attempts to work around case-insensitivity problems on # HFS filesystems by using GNUmakefiles, so we need to use GNU make. # -USE_GMAKE= yes +USE_GNU_TOOLS+= make # # Perl is _always_ built using shared libraries on Darwin; there's no # way to build a statically-linked perl binary. |