summaryrefslogtreecommitdiff
path: root/math/pspp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-01-05 01:12:54 +0000
committerwiz <wiz@pkgsrc.org>2001-01-05 01:12:54 +0000
commitfe0889adee3973869643ae39660dfaf36cac626b (patch)
tree157701068e594962eb49d3d5296505ac9012bf06 /math/pspp
parent08f62d5342410918b39a6b7ceee741b0a73a5f9c (diff)
downloadpkgsrc-fe0889adee3973869643ae39660dfaf36cac626b.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/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"