summaryrefslogtreecommitdiff
path: root/print/freetype/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-27 23:06:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-27 23:06:29 +0000
commit012b3eb22d634ddc64f8662ae2d864553f72208a (patch)
tree035b2afcc01091d0cf6dff6b60b74ee4acd79891 /print/freetype/Makefile
parentStrip binaries (diff)
Convert to libtool:oldver
Notes
Notes: svn path=/head/; revision=359626
Diffstat (limited to 'print/freetype/Makefile')
-rw-r--r--print/freetype/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile
index df19e610924b..4150dd2c310f 100644
--- a/print/freetype/Makefile
+++ b/print/freetype/Makefile
@@ -15,8 +15,8 @@ MASTER_SITES= SF \
MAINTAINER= doceng@FreeBSD.org
COMMENT= A free and portable TrueType font rendering engine
-USES= desthack
-USE_AUTOTOOLS= libtool
+USES= desthack libtool:oldver
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
@@ -25,8 +25,6 @@ PORTSCOUT= limit:^1\.
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- 's|LIBTOOL =.*|LIBTOOL = ${LIBTOOL}|'
# Older versions of freetype installed include files in ${PREFIX}/include
# this is a compatibility hack for now