pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/librep needs gzip(1) during installation



details:   https://anonhg.NetBSD.org/pkgsrc/rev/712cfd4cca8c
branches:  trunk
changeset: 648606:712cfd4cca8c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 15 19:56:54 2015 +0000

description:
needs gzip(1) during installation

diffstat:

 lang/librep/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18d50bc9c4d3 -r 712cfd4cca8c lang/librep/Makefile
--- a/lang/librep/Makefile      Sun Mar 15 19:51:07 2015 +0000
+++ b/lang/librep/Makefile      Sun Mar 15 19:56:54 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2014/01/03 05:01:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.62 2015/03/15 19:56:54 tnn Exp $
 #
 
 DISTNAME=              librep-0.92.3
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://sawfish.wikia.com/
 COMMENT=               Emacs Lisp-like runtime library, interpreter, compiler and VM
 
-USE_TOOLS+=            gmake makeinfo
+USE_TOOLS+=            gmake makeinfo gzip
 USE_LIBTOOL=           yes
 # we have a symlink to libtool
 DEPENDS+=              libtool-base-[0-9]*:../../devel/libtool-base



Home | Main Index | Thread Index | Old Index