diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 15:14:57 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 15:14:57 +0000 |
commit | 2f31f6488fc45cfcb998f900f0bb0e7987a6b06e (patch) | |
tree | b61b1965e672cbfbc413084d564e65454bf0286a /print/fontforge/Makefile | |
parent | f84bddd9c2463df378b01403cde0d0433c25b7dd (diff) |
Convert to USES=autoreconf
Notes
Notes:
svn path=/head/; revision=384229
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 9 |
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) |