- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
This commit is contained in:
parent
fb2e8372fe
commit
3a52a84dfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255081
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user