summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-05 01:12:54 +0000
committerwiz <wiz>2001-01-05 01:12:54 +0000
commit9bd30d89a1b667e716c24a1cde3ae3e53fe1fadd (patch)
tree157701068e594962eb49d3d5296505ac9012bf06 /math
parent7c93fd10a9d02ca7159a6c3f37e49d263a182b9a (diff)
downloadpkgsrc-9bd30d89a1b667e716c24a1cde3ae3e53fe1fadd.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/Makefile5
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"