aboutsummaryrefslogtreecommitdiff
path: root/devel/wftk
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-23 16:53:14 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-23 16:53:14 +0000
commitcccf7a21725268f44d39586faacd39bb363a1418 (patch)
treedcb41147909d5bddba550965f103f656d34aa4d6 /devel/wftk
parent914249f4804f704ee5c107669f5ea5a1487e6f96 (diff)
downloadports-cccf7a21725268f44d39586faacd39bb363a1418.tar.gz
ports-cccf7a21725268f44d39586faacd39bb363a1418.zip
Notes
Diffstat (limited to 'devel/wftk')
-rw-r--r--devel/wftk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile
index f9392bdd1c29..96f77fcd59f8 100644
--- a/devel/wftk/Makefile
+++ b/devel/wftk/Makefile
@@ -53,4 +53,7 @@ post-patch:
${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/$i
.endfor
+pre-configure:
+ ${REINPLACE_CMD} -e 's|<freetype/freetype.h>|<freetype1/freetype/freetype.h>|g' ${WRKSRC}/configure
+
.include <bsd.port.post.mk>