diff options
author | tron <tron@pkgsrc.org> | 1998-12-28 20:22:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-28 20:22:24 +0000 |
commit | 3f248a573662c60804ec16d9f3085901c74b94cd (patch) | |
tree | acc91fec06fa893909031fb426de21183f9ffbca /math/pspp | |
parent | c4dfccdcd720c9a73113e7cf482f5fe9029ebe70 (diff) | |
download | pkgsrc-3f248a573662c60804ec16d9f3085901c74b94cd.tar.gz |
Move "gettext" package from "misc" to "devel" category.
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 a377eed83d8..e0557c8a09e 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/12/23 00:18:57 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/12/28 20:24:48 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.35:../../misc/gettext +DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= readline-2.2:../../devel/readline DEPENDS+= ncurses-1.9.9g:../../devel/ncurses |