From 9bd30d89a1b667e716c24a1cde3ae3e53fe1fadd Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 5 Jan 2001 01:12:54 +0000 Subject: Replace DEPENDS on gettext by USE_LIBINTL and BUILD_DEPENDS on gettext. (Only 2 more left!) --- math/pspp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math') 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" -- cgit v1.2.3