Sun Mar 15 19:56:54 2015 UTC ()
needs gzip(1) during installation


(tnn)
diff -r1.61 -r1.62 pkgsrc/lang/librep/Makefile

cvs diff -r1.61 -r1.62 pkgsrc/lang/librep/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/librep/Makefile 2014/01/03 05:01:36 1.61
+++ pkgsrc/lang/librep/Makefile 2015/03/15 19:56:54 1.62
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.61 2014/01/03 05:01:36 ryoon Exp $ 1# $NetBSD: Makefile,v 1.62 2015/03/15 19:56:54 tnn Exp $
2# 2#
3 3
4DISTNAME= librep-0.92.3 4DISTNAME= librep-0.92.3
5CATEGORIES= lang devel 5CATEGORIES= lang devel
6MASTER_SITES= http://download.tuxfamily.org/librep/ 6MASTER_SITES= http://download.tuxfamily.org/librep/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://sawfish.wikia.com/ 10HOMEPAGE= http://sawfish.wikia.com/
11COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM 11COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM
12 12
13USE_TOOLS+= gmake makeinfo 13USE_TOOLS+= gmake makeinfo gzip
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15# we have a symlink to libtool 15# we have a symlink to libtool
16DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base 16DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base
17INFO_FILES= yes 17INFO_FILES= yes
18PKGCONFIG_OVERRIDE= librep.pc.in 18PKGCONFIG_OVERRIDE= librep.pc.in
19 19
20GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
21CONFIGURE_ARGS+= --with-readline 21CONFIGURE_ARGS+= --with-readline
22CONFIGURE_ARGS+= --with-gmp 22CONFIGURE_ARGS+= --with-gmp
23CONFIGURE_ARGS+= --enable-static 23CONFIGURE_ARGS+= --enable-static
24 24
25.include "../../mk/bsd.prefs.mk" 25.include "../../mk/bsd.prefs.mk"
26 26