diff options
author | wiz <wiz> | 2002-10-21 15:35:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-21 15:35:42 +0000 |
commit | 8d9bc67025933bfb5644bc5a3b2cdcb35b1159dc (patch) | |
tree | e356dc0b47e5b843fbe51f4d61a0064c0afa62e8 /math | |
parent | eba8d5cdd7a5f68c7c2547f8d11f762dd8162114 (diff) | |
download | pkgsrc-8d9bc67025933bfb5644bc5a3b2cdcb35b1159dc.tar.gz |
Convert to buildlink2.
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 8b79e4af92f..2ec3a22fca2 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/10/02 21:23:17 dillo Exp $ +# $NetBSD: Makefile,v 1.21 2002/10/21 15:44:13 wiz Exp $ # DISTNAME= pspp-0.3.0 @@ -18,10 +18,11 @@ COMMENT= Program for statistical analysis of sampled data BUILD_USES_MSGFMT= yes +USE_BUILDLINK2= yes GNU_CONFIGURE= yes -USE_LIBINTL= yes CPPFLAGS+= -Dunix=1 MAKE_ENV+= pkgsysconfdir="${PREFIX}/etc/pspp" +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |