summaryrefslogtreecommitdiff
path: root/devel/libuta
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/libuta
parentUpdate to FreeBSD-CVSweb 2.0.5. (diff)
Fix freetype header location
PR: ports/40921 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=63437
Diffstat (limited to 'devel/libuta')
-rw-r--r--devel/libuta/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile
index f9392bdd1c29..96f77fcd59f8 100644
--- a/devel/libuta/Makefile
+++ b/devel/libuta/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>