diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-02-03 17:53:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-02-03 17:53:58 +0000 |
commit | 02c38ade72e61b770ea749012be57c0ff4d96e81 (patch) | |
tree | 0f9e72b91eede7e2d380d5119e71eabc0e0189d3 /graphics/libecwj2 | |
parent | 0f927a632b366aff596a6d50cf389d1ef4a5774f (diff) |
Notes
Diffstat (limited to 'graphics/libecwj2')
-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> |