diff options
author | tron <tron@pkgsrc.org> | 2001-12-20 06:17:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-20 06:17:39 +0000 |
commit | 268024ad5e826b779fdedb01575611de8d642d89 (patch) | |
tree | 9d390da91920afa030a2f494deaa01ebd00c3a62 /sysutils | |
parent | 4ecb8bc99dfd04b71c2b6abb6b868f6547bc6b31 (diff) | |
download | pkgsrc-268024ad5e826b779fdedb01575611de8d642d89.tar.gz |
Use "gmake" to fix build problems caused by "AUTOMAKE_OVERRIDE".
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sh-utils/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/sh-utils/Makefile b/sysutils/sh-utils/Makefile index d07d04d9514..4609e51fba6 100644 --- a/sysutils/sh-utils/Makefile +++ b/sysutils/sh-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/10/12 21:20:37 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/20 06:17:39 tron Exp $ DISTNAME= sh-utils-2.0 CATEGORIES= sysutils @@ -8,8 +8,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/shellutils/shellutils.html COMMENT= GNU shell utilities -USE_GTEXINFO= yes -GNU_CONFIGURE= yes +USE_GMAKE= YES +USE_GTEXINFO= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --program-prefix=g CONFIGURE_ENV+= ac_cv_func_uname=no |