aboutsummaryrefslogtreecommitdiff
path: root/graphics/libecwj2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-02-03 17:53:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-02-03 17:53:58 +0000
commit02c38ade72e61b770ea749012be57c0ff4d96e81 (patch)
tree0f9e72b91eede7e2d380d5119e71eabc0e0189d3 /graphics/libecwj2
parent0f927a632b366aff596a6d50cf389d1ef4a5774f (diff)
downloadports-02c38ade72e61b770ea749012be57c0ff4d96e81.tar.gz
ports-02c38ade72e61b770ea749012be57c0ff4d96e81.zip
- Mark BROKEN on 7.X
Reported by: pointyhat Feature safe: yes
Notes
Notes: svn path=/head/; revision=268586
Diffstat (limited to 'graphics/libecwj2')
-rw-r--r--graphics/libecwj2/Makefile8
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>