summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-17 14:05:01 +0000
committertnn <tnn@pkgsrc.org>2015-03-17 14:05:01 +0000
commitc9933905af97ffede8d1bf6a60da33bfc9dbd882 (patch)
treedadb04e115fc4876c98f60668116c3807c54979b
parenteced54c864e223cf01037ab478065adca454f1b5 (diff)
downloadpkgsrc-c9933905af97ffede8d1bf6a60da33bfc9dbd882.tar.gz
needs gzip(1) during compilation
-rw-r--r--editors/gedit/Makefile4
-rw-r--r--games/freeciv-share/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 70dcbe193ec..dc075fb5e9b 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2014/12/29 04:37:44 dholland Exp $
+# $NetBSD: Makefile,v 1.132 2015/03/17 14:05:42 tnn Exp $
#
DISTNAME= gedit-2.30.4
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2
CONFLICTS+= gedit>=3
USE_PKGLOCALEDIR= YES
-USE_TOOLS+= gmake intltool msgfmt perl pkg-config
+USE_TOOLS+= gmake gzip intltool msgfmt perl pkg-config
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index 5be7c4e31be..95ddb4b5187 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2014/05/09 07:37:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.44 2015/03/17 14:05:01 tnn Exp $
# used by games/freeciv-share/Makefile
# used by games/freeciv-client/Makefile
@@ -15,7 +15,7 @@ HOMEPAGE= http://www.freeciv.org/
LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake msgfmt pkg-config
+USE_TOOLS+= gmake gzip msgfmt pkg-config
USE_LANGUAGES+= c99 c++
GNU_CONFIGURE= yes
USE_LIBTOOL= yes