diff options
author | tron <tron@pkgsrc.org> | 1998-12-23 00:18:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-23 00:18:57 +0000 |
commit | 3e0e975c1915ead39b4a78f7b336da3f34b54983 (patch) | |
tree | 3cdb765470633a2d203cd842a8ae31f68f5c2003 /math/pspp | |
parent | ed484a6e92284818c763d4fbff4cb638165b4537 (diff) | |
download | pkgsrc-3e0e975c1915ead39b4a78f7b336da3f34b54983.tar.gz |
Depend on "gettext-0.10.35".
Diffstat (limited to 'math/pspp')
-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 b91a2ba42e9..a377eed83d8 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/26 18:54:42 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/12/23 00:18:57 tron Exp $ # DISTNAME= pspp-0.2.0 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://franz.stat.wisc.edu/pub/PSPP/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pspp/ -DEPENDS+= gettext-0.10:../../misc/gettext +DEPENDS+= gettext-0.10.35:../../misc/gettext DEPENDS+= readline-2.2:../../devel/readline DEPENDS+= ncurses-1.9.9g:../../devel/ncurses |