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 /sysutils/gksu | |
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 'sysutils/gksu')
-rw-r--r-- | sysutils/gksu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile index 78aed6fa1fb9..e99cdf3b2703 100644 --- a/sysutils/gksu/Makefile +++ b/sysutils/gksu/Makefile @@ -14,7 +14,8 @@ LIB_DEPENDS= libgksu2.so:${PORTSDIR}/sysutils/libgksu \ libnautilus-extension.so:${PORTSDIR}/x11-fm/nautilus \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring -USES= desktop-file-utils gmake libtool pathfix pkgconfig +USES= desktop-file-utils gettext-tools gmake libtool pathfix \ + pkgconfig USE_GNOME= gconf2 gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes |