diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-05 01:12:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-05 01:12:54 +0000 |
commit | fe0889adee3973869643ae39660dfaf36cac626b (patch) | |
tree | 157701068e594962eb49d3d5296505ac9012bf06 /math | |
parent | 08f62d5342410918b39a6b7ceee741b0a73a5f9c (diff) | |
download | pkgsrc-fe0889adee3973869643ae39660dfaf36cac626b.tar.gz |
Replace DEPENDS on gettext by USE_LIBINTL and BUILD_DEPENDS on gettext.
(Only 2 more left!)
Diffstat (limited to 'math')
-rw-r--r-- | math/pspp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 6cdaf12906e..1a30a83067a 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/07/31 04:14:08 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/01/05 01:12:54 wiz Exp $ # DISTNAME= pspp-0.3.0 @@ -16,10 +16,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pspp/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext GNU_CONFIGURE= yes USE_GTEXINFO= yes +USE_LIBINTL= yes CPPFLAGS+= -Dunix=1 CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" MAKE_ENV+= pkgsysconfdir="${PREFIX}/etc/pspp" |