aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/wxsvg
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-04-13 01:48:11 +0800
committerahze <ahze@FreeBSD.org>2006-04-13 01:48:11 +0800
commita291e5a651bd4be0cca9e8a350c6d6e088370079 (patch)
treecbd7ad08d807b72149c38d8171e2fe041ebb8275 /graphics/wxsvg
parentc0b6c5b34481a6984d5744f62b423d84def21f1c (diff)
downloadfreebsd-ports-gnome-a291e5a651bd4be0cca9e8a350c6d6e088370079.tar.gz
freebsd-ports-gnome-a291e5a651bd4be0cca9e8a350c6d6e088370079.tar.zst
freebsd-ports-gnome-a291e5a651bd4be0cca9e8a350c6d6e088370079.zip
- Move running libtoolize from post-patch to pre-configure to ensure libtoolize
is there. Reported by: kris via pointyhat
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>