aboutsummaryrefslogtreecommitdiff
path: root/print/fontforge
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-18 15:14:57 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-18 15:14:57 +0000
commit2f31f6488fc45cfcb998f900f0bb0e7987a6b06e (patch)
treeb61b1965e672cbfbc413084d564e65454bf0286a /print/fontforge
parentf84bddd9c2463df378b01403cde0d0433c25b7dd (diff)
downloadports-2f31f6488fc45cfcb998f900f0bb0e7987a6b06e.tar.gz
ports-2f31f6488fc45cfcb998f900f0bb0e7987a6b06e.zip
Notes
Diffstat (limited to 'print/fontforge')
-rw-r--r--print/fontforge/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile
index ccaf3eccadfd..0bde5060580a 100644
--- a/print/fontforge/Makefile
+++ b/print/fontforge/Makefile
@@ -30,7 +30,6 @@ GH_COMMIT= 53e171b
USES= autoreconf:build desktop-file-utils execinfo gettext gmake iconv libtool pkgconfig python shared-mime-info
USE_XORG= x11 xi ice xkbui
USE_GNOME= glib20 gtk20 libxml2 pango
-USE_AUTOTOOLS= libtoolize
CONFIGURE_ARGS= --enable-tile-path --enable-gtk2-use
CPPFLAGS+= -I${LOCALBASE}/include
@@ -67,12 +66,6 @@ CONFIGURE_ARGS+= --enable-freetype-debugger=${WRKDIR}/freetype-${FREETYPE_VERSIO
CONFIGURE_ARGS+= --disable-freetype-debugger
.endif
-# Although USE_AUTOTOOLS=libtoolize is set above, I do not want to have the ports
-# system run libtoolize, I run it in pre-configure. fontforge's bootstrap normally
-# runs it and if it run later on, it causes the build process to fail.
-run-autotools-libtoolize:
- @${TRUE}
-
# This is to get around calling fontforge's bootstrap script, as that script fails
# if git isn't installed on a system DESPITE there being a --skip-git argument that
# can be passed into it. autoreconf is called here because I want to run it without
@@ -80,7 +73,7 @@ run-autotools-libtoolize:
pre-configure:
(cd ${WRKSRC} && \
${SH} -c '. ./bootstrap.conf ; \
- ${LIBTOOLIZE} -q ; \
+ ${LOCALBASE}/bin/libtoolize -i -c -q ; \
gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \
export LIBTOOLIZE=true ; ${LOCALBASE}/bin/autoreconf -s -i)