diff options
author | mat <mat@FreeBSD.org> | 2015-04-11 16:18:30 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-11 16:18:30 +0800 |
commit | d699a1bc928de043331a46bd6038ebe8a00af2ae (patch) | |
tree | 55ded6e70e279398e9c16d3a859f99bb988536a8 /x11 | |
parent | 086148ca24d9e0b9cd0c41046dab9f9d5715e58f (diff) | |
download | freebsd-ports-gnome-d699a1bc928de043331a46bd6038ebe8a00af2ae.tar.gz freebsd-ports-gnome-d699a1bc928de043331a46bd6038ebe8a00af2ae.tar.zst freebsd-ports-gnome-d699a1bc928de043331a46bd6038ebe8a00af2ae.zip |
Configure fails with:
configure: error: GNU gettext tools not found; required for intltool
Sponsored by: Absolight
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libfm-extra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libfm-extra/Makefile b/x11/libfm-extra/Makefile index 01eeff6e3ea1..f677604deeec 100644 --- a/x11/libfm-extra/Makefile +++ b/x11/libfm-extra/Makefile @@ -12,7 +12,7 @@ COMMENT= Core library of PCManFM file manager LICENSE= LGPL21 -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake libtool pathfix pkgconfig tar:xz gettext-tools USE_GNOME= glib20 intltool intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes |