summaryrefslogtreecommitdiff
path: root/graphics/wxsvg
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-04-12 17:48:11 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-04-12 17:48:11 +0000
commitdd3d74c83bc41f2da2f3ca831b60c34396d2646a (patch)
tree680d9ef831d854aad6d293cca6d67862f040f7f8 /graphics/wxsvg
parentUpdate to 1.0.3 (diff)
- Move running libtoolize from post-patch to pre-configure to ensure libtoolize
is there. Reported by: kris via pointyhat
Notes
Notes: svn path=/head/; revision=159384
Diffstat (limited to 'graphics/wxsvg')
-rw-r--r--graphics/wxsvg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile
index 416d94adcdca..572fa3d88ab2 100644
--- a/graphics/wxsvg/Makefile
+++ b/graphics/wxsvg/Makefile
@@ -31,6 +31,8 @@ BROKEN= does not build
post-patch:
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \
${WRKSRC}/configure
+
+pre-configure:
cd ${WRKSRC} && ${LIBTOOLIZE} --copy --force
.include <bsd.port.post.mk>