summaryrefslogtreecommitdiff
path: root/math/pspp
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-07-31 04:14:04 +0000
committerjlam <jlam@pkgsrc.org>2000-07-31 04:14:04 +0000
commitd0d079e75e9d3233a5b1269d6ab1d77fe348babc (patch)
tree72ded13deb8e9f6baefeef6c4366a2dec856fd8e /math/pspp
parent7fafe6f1f9ea510c5edb4dd99252cda966a4cc06 (diff)
downloadpkgsrc-d0d079e75e9d3233a5b1269d6ab1d77fe348babc.tar.gz
The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
Diffstat (limited to 'math/pspp')
-rw-r--r--math/pspp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 44cb8612f9a..6cdaf12906e 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/04/16 08:56:15 mycroft Exp $
+# $NetBSD: Makefile,v 1.11 2000/07/31 04:14:08 jlam Exp $
#
DISTNAME= pspp-0.3.0
@@ -16,7 +16,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pspp/
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
-DEPENDS+= gettext-0.10.*:../../devel/gettext
+DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
GNU_CONFIGURE= yes
USE_GTEXINFO= yes