aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/wxsvg
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-03-27 22:32:31 +0800
committerahze <ahze@FreeBSD.org>2006-03-27 22:32:31 +0800
commit962a679a22e266ef748a203c6d9e09ee80a33d4d (patch)
treeeda11fd6f8a2ee277241b62b1a85cd11798b274a /graphics/wxsvg
parent5d0d8b265ef1902dd3f778cb1c59b7ec8fc1ef20 (diff)
downloadfreebsd-ports-gnome-962a679a22e266ef748a203c6d9e09ee80a33d4d.tar.gz
freebsd-ports-gnome-962a679a22e266ef748a203c6d9e09ee80a33d4d.tar.zst
freebsd-ports-gnome-962a679a22e266ef748a203c6d9e09ee80a33d4d.zip
- Mark broken on 4.x
Diffstat (limited to 'graphics/wxsvg')
-rw-r--r--graphics/wxsvg/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile
index 1eb1bfc13e72..43e40e5e742e 100644
--- a/graphics/wxsvg/Makefile
+++ b/graphics/wxsvg/Makefile
@@ -19,12 +19,17 @@ RUN_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26
INSTALLS_SHLIB= yes
WX_CONFIG= wxgtk2-2.6-config
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GNOME= libartlgpl2
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not build
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|' \
${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>