1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Mark BROKEN on 6.X: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-03-16 18:02:30 +00:00
parent 470b0ae938
commit 72465817c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251139

View File

@ -42,6 +42,12 @@ CONFIGURE_ARGS= --disable-debug \
USE_LDCONFIG= yes USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}
@ -52,4 +58,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/*.png ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/*.png ${DOCSDIR}
.endif .endif
.include <bsd.port.mk> .include <bsd.port.post.mk>