pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc needs gzip(1) during compilation



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a23e72edc3b
branches:  trunk
changeset: 648714:2a23e72edc3b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Mar 17 14:05:01 2015 +0000

description:
needs gzip(1) during compilation

diffstat:

 editors/gedit/Makefile              |  4 ++--
 games/freeciv-share/Makefile.common |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 10c1b5804fda -r 2a23e72edc3b editors/gedit/Makefile
--- a/editors/gedit/Makefile    Tue Mar 17 14:00:03 2015 +0000
+++ b/editors/gedit/Makefile    Tue Mar 17 14:05:01 2015 +0000
@@ -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 @@
 
 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 -r 10c1b5804fda -r 2a23e72edc3b games/freeciv-share/Makefile.common
--- a/games/freeciv-share/Makefile.common       Tue Mar 17 14:00:03 2015 +0000
+++ b/games/freeciv-share/Makefile.common       Tue Mar 17 14:05:01 2015 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index