diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 12:29:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 12:29:21 +0800 |
commit | 7e8d9df0f37a6c52ea6efa56adc7e49b6e00d626 (patch) | |
tree | a7146344367ae0a0c87b86f1e494086d001d22c1 /math | |
parent | b83914999177f9317758778895f5d290c82d12b9 (diff) | |
download | freebsd-ports-gnome-7e8d9df0f37a6c52ea6efa56adc7e49b6e00d626.tar.gz freebsd-ports-gnome-7e8d9df0f37a6c52ea6efa56adc7e49b6e00d626.tar.zst freebsd-ports-gnome-7e8d9df0f37a6c52ea6efa56adc7e49b6e00d626.zip |
Add missing USE_GETTEXT
Diffstat (limited to 'math')
-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" |