diff options
author | hubertf <hubertf> | 2000-01-10 19:11:07 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-01-10 19:11:07 +0000 |
commit | 84f8cccc2c3b1b8de703a6d803ecd3a68ea3dcc1 (patch) | |
tree | 9c62d3e17694963ddcb503ccbb246c390f221b10 /math | |
parent | ef58f4775f22304cb27fe0af7185638626a11563 (diff) | |
download | pkgsrc-84f8cccc2c3b1b8de703a6d803ecd3a68ea3dcc1.tar.gz |
be consistent on which version to wildcard
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 1e8398f270d..7f1a0276b76 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/07/13 01:31:06 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/01/10 19:11:09 hubertf Exp $ # DISTNAME= pspp-0.2.3 @@ -16,7 +16,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pspp/ BUILD_DEPENDS+= autoconf:../../devel/autoconf -DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= gettext-0.10.*:../../devel/gettext DEPENDS+= ncurses-4.2:../../devel/ncurses .if !exists(/usr/include/readline.h) |