aboutsummaryrefslogtreecommitdiff
path: root/math/pspp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-26 04:29:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-26 04:29:21 +0000
commit7689c4a0e57856f870ceaa9e7b9360ddd204c639 (patch)
tree21fe7f436b198f255b51f51cd0529f20b162a4ef /math/pspp
parent27d3b59f7a4198e1786e89215cde54e26ca927a8 (diff)
downloadports-7689c4a0e57856f870ceaa9e7b9360ddd204c639.tar.gz
ports-7689c4a0e57856f870ceaa9e7b9360ddd204c639.zip
Add missing USE_GETTEXT
Notes
Notes: svn path=/head/; revision=154477
Diffstat (limited to 'math/pspp')
-rw-r--r--math/pspp/Makefile1
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"