diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 19:56:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 19:56:54 +0000 |
commit | 16a5eb8d29f81c4305f32b937aac836b33e13b2b (patch) | |
tree | c4ea2c29c363bd8ca832eb81816cbe606886dc97 /lang/librep | |
parent | 86ea6a4f5684061b0d33c3d6de1fedbe0842d5bf (diff) | |
download | pkgsrc-16a5eb8d29f81c4305f32b937aac836b33e13b2b.tar.gz |
needs gzip(1) during installation
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 94daf768f4f..acf2388feff 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 |