diff options
author | marino <marino@FreeBSD.org> | 2014-12-13 03:37:32 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-12-13 03:37:32 +0800 |
commit | a66cacba18228933fe9e8ccf76cdad8450b15168 (patch) | |
tree | 3c8c10853f8622e52e1df959114e33408453a3c0 /x11-toolkits | |
parent | bcf64fce579f58fe5ce64fad1ae6271713d0d842 (diff) | |
download | freebsd-ports-gnome-a66cacba18228933fe9e8ccf76cdad8450b15168.tar.gz freebsd-ports-gnome-a66cacba18228933fe9e8ccf76cdad8450b15168.tar.zst freebsd-ports-gnome-a66cacba18228933fe9e8ccf76cdad8450b15168.zip |
USES+= gettext-tools on 5 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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gai/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gai/Makefile b/x11-toolkits/gai/Makefile index a57b88ec28c1..6601788b4eb3 100644 --- a/x11-toolkits/gai/Makefile +++ b/x11-toolkits/gai/Makefile @@ -12,7 +12,7 @@ COMMENT= General Applet Interface Library LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext -USES= pkgconfig tar:bzip2 +USES= gettext-tools pkgconfig tar:bzip2 USE_GL= gl USE_SDL= sdl USE_GNOME= libgnomeui |