diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 15:35:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 15:35:42 +0000 |
commit | 7b7e6d4954343806b9b266b9e21484ccb39e212a (patch) | |
tree | e356dc0b47e5b843fbe51f4d61a0064c0afa62e8 /math/pspp | |
parent | 8c0bbee987992adfc08f9e1386aab65851460796 (diff) | |
download | pkgsrc-7b7e6d4954343806b9b266b9e21484ccb39e212a.tar.gz |
Convert to buildlink2.
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 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" |