diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 04:29:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 04:29:21 +0000 |
commit | 7689c4a0e57856f870ceaa9e7b9360ddd204c639 (patch) | |
tree | 21fe7f436b198f255b51f51cd0529f20b162a4ef /math/pspp | |
parent | 27d3b59f7a4198e1786e89215cde54e26ca927a8 (diff) | |
download | ports-7689c4a0e57856f870ceaa9e7b9360ddd204c639.tar.gz ports-7689c4a0e57856f870ceaa9e7b9360ddd204c639.zip |
Notes
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 587e4d515c00..858407888917 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |