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 /x11-toolkits/efltk | |
parent | 27d3b59f7a4198e1786e89215cde54e26ca927a8 (diff) |
Add missing USE_GETTEXT
Notes
Notes:
svn path=/head/; revision=154477
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 b8573d34171a..903547038a3c 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" \ |