diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-20 21:54:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-20 21:54:39 +0000 |
commit | b2713fa7477aacbcd3478325d798360939d80d6d (patch) | |
tree | 7e7f4ccc6e8ba3de53d0e7ba8303c01372338959 /sysutils | |
parent | cd1027acb559607fd6d47d9a8a48abe3475b9537 (diff) | |
download | pkgsrc-b2713fa7477aacbcd3478325d798360939d80d6d.tar.gz |
Require gmake for building.
works around issue seen on NetBSD-6:
make: don't know how to make ./mc.hint.*. Stop
make: stopped in work/mc-4.8.14/doc/hints/l10n
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/mc46/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index f3ca699609f..9ff859f2f40 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2015/08/28 07:47:08 wiz Exp $ +# $NetBSD: Makefile,v 1.100 2015/09/20 21:54:39 tnn Exp $ DISTNAME= mc-4.8.14 CATEGORIES= sysutils @@ -10,7 +10,7 @@ HOMEPAGE= http://www.midnight-commander.org/ COMMENT= User-friendly file manager and visual shell LICENSE= gnu-gpl-v2 -USE_TOOLS+= pkg-config unzip:run perl:build +USE_TOOLS+= pkg-config unzip:run perl:build gmake GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes diff --git a/sysutils/mc46/Makefile b/sysutils/mc46/Makefile index 54bc64f78e5..8c6cfdd843e 100644 --- a/sysutils/mc46/Makefile +++ b/sysutils/mc46/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/08/18 07:31:17 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/09/20 21:54:39 tnn Exp $ DISTNAME= mc-4.6.1 PKGREVISION= 19 @@ -10,7 +10,7 @@ MAINTAINER= pavel.arnost@clnet.cz HOMEPAGE= http://www.ibiblio.org/mc/ COMMENT= User-friendly file manager and visual shell (old 4.6 branch) -USE_TOOLS+= pkg-config unzip:run zip:run +USE_TOOLS+= pkg-config unzip:run zip:run gmake GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES |