diff options
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r-- | math/pspp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 24026226842..c6ba89b50f0 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2007/11/11 23:55:19 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2008/06/12 02:14:36 joerg Exp $ # DISTNAME= pspp-0.3.0 @@ -16,6 +16,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/pspp/ COMMENT= Program for statistical analysis of sampled data +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CPPFLAGS+= -Dunix=1 |