diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-02-26 16:39:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-02-26 16:39:06 +0800 |
commit | edb1af0fd3c05f5a91182b44fce83029bc6bab60 (patch) | |
tree | 27224f19cfa09f8cfc14194bc802c6e1cb048e80 /graphics/gimageview | |
parent | 0bb8ba1ba9d25e1fcc72f5891ba21d5ab7956e20 (diff) | |
download | freebsd-ports-gnome-edb1af0fd3c05f5a91182b44fce83029bc6bab60.tar.gz freebsd-ports-gnome-edb1af0fd3c05f5a91182b44fce83029bc6bab60.tar.zst freebsd-ports-gnome-edb1af0fd3c05f5a91182b44fce83029bc6bab60.zip |
- add USE_GETTEXT
build failed when build tools have been made "WITHOUT_NLS=yes"
PR: 76642
Approved by: maintainer timeout (4 weeks)
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index fc47df3600b7..795b7f7b975f 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -18,6 +18,7 @@ USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gdkpixbuf +USE_GETTEXT= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |