- Mark BROKEN on 6.X: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-05-25 21:03:39 +00:00
parent fb2e8372fe
commit 3a52a84dfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255081
2 changed files with 14 additions and 2 deletions

View File

@ -29,6 +29,12 @@ PLIST_FILES= %%JAVAJARDIR%%/jrrd.jar \
lib/libjrrd.la \
lib/libjrrd.so
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not configure on 6.X
.endif
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Installation settings:"
@ -36,4 +42,4 @@ pre-everything::
@${ECHO_MSG} " Location of Java port: ${JAVA_PORT}"
@${ECHO_MSG} ""
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -21,6 +21,12 @@ USE_GNOME= vte
MAN1= evilvte.1 showvte.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
pre-everything::
.if !defined(EVILVTE_CONF)
@${ECHO_MSG}
@ -43,4 +49,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/misc/evilvte.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/misc/showvte.1 ${PREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.post.mk>