diff options
author | wiz <wiz> | 2001-01-05 01:12:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-05 01:12:54 +0000 |
commit | 9bd30d89a1b667e716c24a1cde3ae3e53fe1fadd (patch) | |
tree | 157701068e594962eb49d3d5296505ac9012bf06 /math/pspp | |
parent | 7c93fd10a9d02ca7159a6c3f37e49d263a182b9a (diff) | |
download | pkgsrc-9bd30d89a1b667e716c24a1cde3ae3e53fe1fadd.tar.gz |
Replace DEPENDS on gettext by USE_LIBINTL and BUILD_DEPENDS on gettext.
(Only 2 more left!)
Diffstat (limited to 'math/pspp')
-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" |