summaryrefslogtreecommitdiff
path: root/misc/magicpoint/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-25 09:19:40 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-25 09:19:40 +0000
commita70ad6d1b2157a9bdfcc56475ef9f8ef454d3826 (patch)
treed9f1ce781b9b46cb998474fc2a0d8b91d494edce /misc/magicpoint/Makefile
parent- Change Makefile header (diff)
Fix build with freetype 2.5.2.
I forgot this in the big update yesterday.
Notes
Notes: svn path=/head/; revision=337403
Diffstat (limited to 'misc/magicpoint/Makefile')
-rw-r--r--misc/magicpoint/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index 19a3bd2b5c91..2f46aa6b30f7 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -68,6 +68,8 @@ post-configure:
${SETENV} ${MAKE_ENV} ${XMKMF} ${XMKMF_ARGS}
cd ${WRKSRC}/contrib/xmindpath && \
${SH} ${CONFIGURE_SCRIPT} --prefix=${PREFIX}
+ @${REINPLACE_CMD} -e 's|freetype1/freetype|freetype1|g' \
+ ${WRKSRC}/Makefile ${WRKSRC}/image/Makefile
post-build:
cd ${WRKSRC}/contrib/xmindpath && \