diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-12 05:11:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-12 05:11:39 +0800 |
commit | 8f715c428519174e46fff0a4941d1fc11c41f549 (patch) | |
tree | 7f5762f60f35fb565a0313cc2cfadf4377fa84b7 /devel | |
parent | f25fce71bd7288ad59a29fb226488c8f06d2aae1 (diff) | |
download | freebsd-ports-gnome-8f715c428519174e46fff0a4941d1fc11c41f549.tar.gz freebsd-ports-gnome-8f715c428519174e46fff0a4941d1fc11c41f549.tar.zst freebsd-ports-gnome-8f715c428519174e46fff0a4941d1fc11c41f549.zip |
Add missing USE_AUTOTOOLS= libtoolize
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liblangtag/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/liblangtag/Makefile b/devel/liblangtag/Makefile index 4b00f19d0261..f7582a0bbc23 100644 --- a/devel/liblangtag/Makefile +++ b/devel/liblangtag/Makefile @@ -15,6 +15,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtoolize USE_LDCONFIG= yes USES= gmake iconv libtool pathfix pkgconfig tar:bzip2 INSTALL_TARGET= install-strip |