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 /x11-toolkits/efltk | |
parent | b83914999177f9317758778895f5d290c82d12b9 (diff) | |
download | freebsd-ports-graphics-7e8d9df0f37a6c52ea6efa56adc7e49b6e00d626.tar.gz freebsd-ports-graphics-7e8d9df0f37a6c52ea6efa56adc7e49b6e00d626.tar.zst freebsd-ports-graphics-7e8d9df0f37a6c52ea6efa56adc7e49b6e00d626.zip |
Add missing USE_GETTEXT
Diffstat (limited to 'x11-toolkits/efltk')
-rw-r--r-- | x11-toolkits/efltk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/efltk/Makefile b/x11-toolkits/efltk/Makefile index b8573d34171..903547038a3 100644 --- a/x11-toolkits/efltk/Makefile +++ b/x11-toolkits/efltk/Makefile @@ -31,6 +31,7 @@ USE_MYSQL= yes USE_X_PREFIX= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ |