diff options
author | grant <grant> | 2004-01-24 13:51:13 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 13:51:13 +0000 |
commit | a1c0ccd8e705485d392c946a4830108e6d807122 (patch) | |
tree | 392f755759c8becb1ccb007770bef5095757eddd /lang/perl58 | |
parent | f24d5caf089b15d877093e34b5835061cd4aad60 (diff) | |
download | pkgsrc-a1c0ccd8e705485d392c946a4830108e6d807122.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. |