diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-11-15 15:34:51 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-11-15 15:34:51 +0000 |
commit | 9f9234cb2001880b56ab6b5910a7ae34bd30155f (patch) | |
tree | 6447f3550bcde8996dbdd0a1916f4421dacebc95 /print/fontforge | |
parent | 6eff596ebc02a039c1ef206a831d6d6849255c81 (diff) | |
download | ports-9f9234cb2001880b56ab6b5910a7ae34bd30155f.tar.gz ports-9f9234cb2001880b56ab6b5910a7ae34bd30155f.zip |
Notes
Diffstat (limited to 'print/fontforge')
-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> |