diff options
author | jlam <jlam> | 2000-07-31 04:14:04 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-31 04:14:04 +0000 |
commit | 3683107d61299cc8eb0b63d326fd2811b9375b14 (patch) | |
tree | 72ded13deb8e9f6baefeef6c4366a2dec856fd8e /math | |
parent | b375eb153dcd72934159d2f988f204840b7068f1 (diff) | |
download | pkgsrc-3683107d61299cc8eb0b63d326fd2811b9375b14.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')
-rw-r--r-- | math/pspp/Makefile | 4 |
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 |