mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Mark BROKEN on 7.X
Reported by: pointyhat Feature safe: yes
This commit is contained in:
parent
0f927a632b
commit
02c38ade72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268586
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue