diff options
author | marino <marino@FreeBSD.org> | 2014-12-13 01:11:22 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-12-13 01:11:22 +0800 |
commit | f1d85315422744cec8d343266e396c8375616533 (patch) | |
tree | 9b6321ee30e9b099c44c2f83f2c20a868b844d51 /editors/conglomerate | |
parent | 07fffa85627f3fa0ee4500025c66a9937e23306b (diff) | |
download | freebsd-ports-gnome-f1d85315422744cec8d343266e396c8375616533.tar.gz freebsd-ports-gnome-f1d85315422744cec8d343266e396c8375616533.tar.zst freebsd-ports-gnome-f1d85315422744cec8d343266e396c8375616533.zip |
USES+= gettext-tools on 6 ports
These ports require msgfmt. FreeBSD doesn't fail to build these ports
because a default option on gvfs brings in this tool. The same gvfs
option is off by default on DragonFly and thus the missing dependencies
were unmasked. Explicitly add gettext-tools to get msgfmt.
Diffstat (limited to 'editors/conglomerate')
-rw-r--r-- | editors/conglomerate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index f727bb0fb531..2cc913a67a3c 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing INSTALLS_OMF= yes -USES= desktop-file-utils gmake pathfix pkgconfig +USES= desktop-file-utils gettext-tools gmake pathfix pkgconfig USE_GNOME= libgnomeui gtksourceview gnomeprefix intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |