diff options
author | ahze <ahze@FreeBSD.org> | 2006-03-27 22:32:31 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-03-27 22:32:31 +0800 |
commit | 962a679a22e266ef748a203c6d9e09ee80a33d4d (patch) | |
tree | eda11fd6f8a2ee277241b62b1a85cd11798b274a /graphics/wxsvg | |
parent | 5d0d8b265ef1902dd3f778cb1c59b7ec8fc1ef20 (diff) | |
download | freebsd-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/Makefile | 9 |
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> |