summaryrefslogtreecommitdiff
path: root/lang/librep/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft>2001-10-22 02:23:53 +0000
committermycroft <mycroft>2001-10-22 02:23:53 +0000
commit2a4972b04c774db88aa0ee3a354eb941f3825e1e (patch)
treeecceb602c6a1af0b272c35c2863f1a5201f3e56f /lang/librep/Makefile
parent894c6b13c023c4bc1c8f101fe9c4f812c7e43b88 (diff)
downloadpkgsrc-2a4972b04c774db88aa0ee3a354eb941f3825e1e.tar.gz
Update to librep 0.15, and put back the static libraries.
(Too many changes to list here.)
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r--lang/librep/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index b3bc94633a3..7f34d979b7f 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2001/10/21 11:07:11 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2001/10/22 02:23:53 mycroft Exp $
#
DISTNAME= librep-${REP_VERS}
-REP_VERS= 0.14
+REP_VERS= 0.15
CATEGORIES= lang devel
-MASTER_SITES= ftp://librep.sourceforge.net/pub/librep/
+MASTER_SITES= http://prdownloads.sourceforge.net/librep/
MAINTAINER= danw@netbsd.org
HOMEPAGE= http://librep.sourceforge.net/
@@ -21,6 +21,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-readline
CONFIGURE_ARGS+= --with-gmp
+CONFIGURE_ARGS+= --enable-static
PLIST_SUBST+= REP_VERS=${REP_VERS}