diff options
author | pav <pav@FreeBSD.org> | 2011-02-04 01:53:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-02-04 01:53:58 +0800 |
commit | 55179b9e4a067d324db24a738e022b7b4d9bc619 (patch) | |
tree | c83cfad7ad88292f871f9f7488362a56372bd0f0 /graphics | |
parent | 22753219355dcd92792b17134e46f5d89855eba7 (diff) | |
download | freebsd-ports-gnome-55179b9e4a067d324db24a738e022b7b4d9bc619.tar.gz freebsd-ports-gnome-55179b9e4a067d324db24a738e022b7b4d9bc619.tar.zst freebsd-ports-gnome-55179b9e4a067d324db24a738e022b7b4d9bc619.zip |
- Mark BROKEN on 7.X
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libecwj2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/libecwj2/Makefile b/graphics/libecwj2/Makefile index 303f323f11c1..303e490f0c3f 100644 --- a/graphics/libecwj2/Makefile +++ b/graphics/libecwj2/Makefile @@ -24,6 +24,12 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= does not build on 7.X +.endif + post-extract: cd ${WRKDIR} && \ ${EXTRACT_CMD} ImageCompressionSDKSourceCode3.3Setup_20070509.zip @@ -31,4 +37,4 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> |