diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-12 05:13:24 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-12 05:13:24 +0800 |
commit | 9a28992dff68d9a9fe7b67b1337e90ff1649fe26 (patch) | |
tree | 5588321634bf5963c05f19505da7724dd73e38d7 /devel/apr2 | |
parent | b4855c4b0850b92b9ae0173f835513974d7f4277 (diff) | |
download | freebsd-ports-gnome-9a28992dff68d9a9fe7b67b1337e90ff1649fe26.tar.gz freebsd-ports-gnome-9a28992dff68d9a9fe7b67b1337e90ff1649fe26.tar.zst freebsd-ports-gnome-9a28992dff68d9a9fe7b67b1337e90ff1649fe26.zip |
Replace USE_AUTOTOOLS=libtool:env with USE_AUTOTOOLS=libtoolize:env
Diffstat (limited to 'devel/apr2')
-rw-r--r-- | devel/apr2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 61847f87cfe7..ca92df0f4463 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -20,7 +20,7 @@ NO_PACKAGE= yes SNAPDATE= 20140626144503 USES= tar:xz iconv perl5 pathfix libtool -USE_AUTOTOOLS= automake autoconf libtool:env +USE_AUTOTOOLS= automake:env autoconf:env libtoolize:env USE_PERL5= build USE_PYTHON_BUILD= 2 USE_LDCONFIG= yes @@ -134,7 +134,6 @@ debug_autoconf: @${ECHO} "AUTOCONF_DIR: ${AUTOCONF_DIR}" @${ECHO} "BUILD_DEPENDS: ${BUILD_DEPENDS}" @${ECHO} "ACLOCAL_DIR: ${ACLOCAL_DIR}" - @${ECHO} "LIBTOOLFILES: ${LIBTOOLFILES}" @${ECHO} "LIBTOOL_SHAREDIR: ${LIBTOOL_SHAREDIR}" @${ECHO} "LIBTOOL_LIBEXECDIR: ${LIBTOOL_LIBEXECDIR}" @${ECHO} "LIBTOOL_M4: ${LIBTOOL_M4}" |