diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 09:38:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 09:38:30 +0000 |
commit | e06df99cb01cbe9f29d363d32fb2ef461fa6bee6 (patch) | |
tree | 61746f682bae34b92a3fdd404a4aa0da7912f0a2 | |
parent | Fix a typo (diff) |
Use intlhack
Diffstat (limited to '')
-rw-r--r-- | devel/cutter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cutter/Makefile b/devel/cutter/Makefile index 2dc0e035c69f..c0ae4af4ab82 100644 --- a/devel/cutter/Makefile +++ b/devel/cutter/Makefile @@ -17,7 +17,7 @@ CPPFLAGS+= "-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc GNU_CONFIGURE= yes USES= gettext gmake libtool pathfix pkgconfig -USE_GNOME= intltool glib20 gtk20 +USE_GNOME= intlhack glib20 gtk20 USE_LDCONFIG= yes WANT_GSTREAMER= yes INSTALL_TARGET= install-strip |