diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-11 16:18:30 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-11 16:18:30 +0800 |
commit | c73035b9b3a63554a54764a9d17291af34b99451 (patch) | |
tree | 55ded6e70e279398e9c16d3a859f99bb988536a8 /x11 | |
parent | b2dfe1bbf3af2e68d29b42767b9bd4c0998c72ab (diff) | |
download | freebsd-ports-gnome-c73035b9b3a63554a54764a9d17291af34b99451.tar.gz freebsd-ports-gnome-c73035b9b3a63554a54764a9d17291af34b99451.tar.zst freebsd-ports-gnome-c73035b9b3a63554a54764a9d17291af34b99451.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 |