diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-27 14:32:31 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-27 14:32:31 +0000 |
commit | 6253b3d9f9fe76ec3e82bccbb5a39d2e7adc9e45 (patch) | |
tree | 08c3be990095aff30a2abc76d3eb9bb84f022a8c /graphics/wxsvg | |
parent | 6c8f034a434d214c5977a40ec34c554fcf232b98 (diff) |
Notes
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> |