diff options
author | tijl <tijl@FreeBSD.org> | 2015-11-15 23:34:51 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-11-15 23:34:51 +0800 |
commit | a0cf2c204e44e577c7ef36681a37f255c9162a44 (patch) | |
tree | 6447f3550bcde8996dbdd0a1916f4421dacebc95 /print | |
parent | 1a35d9723fe52e36cde5793d610dc8636be06d3f (diff) | |
download | freebsd-ports-gnome-a0cf2c204e44e577c7ef36681a37f255c9162a44.tar.gz freebsd-ports-gnome-a0cf2c204e44e577c7ef36681a37f255c9162a44.tar.zst freebsd-ports-gnome-a0cf2c204e44e577c7ef36681a37f255c9162a44.zip |
Let USES=autoreconf define AUTORECONF and use it throughout the tree.
PR: 204534
Approved by: portmgr (antoine)
Diffstat (limited to 'print')
-rw-r--r-- | print/fontforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 4ffae065b31d..c32d2137bcd0 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -77,6 +77,6 @@ pre-configure: ${SH} -c '. ./bootstrap.conf ; \ ${LOCALBASE}/bin/libtoolize -i -c -q ; \ ${LOCALBASE}/bin/gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \ - export LIBTOOLIZE=true ; ${LOCALBASE}/bin/autoreconf -s -i) + export LIBTOOLIZE=true ; ${AUTORECONF} -f -i) .include <bsd.port.mk> |