- Mark BROKEN on 7.X

Reported by:	pointyhat
Feature safe:	yes
This commit is contained in:
Pav Lucistnik 2011-02-03 17:53:58 +00:00
parent 0f927a632b
commit 02c38ade72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268586

View file

@ -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>