1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Mark BROKEN on 4.X.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2005-11-19 19:54:29 +00:00
parent 4b1bc98898
commit 766f494acb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148804
2 changed files with 14 additions and 2 deletions

View File

@ -36,10 +36,16 @@ LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--disable-ssl
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not build on 4.X"
.endif
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "libsoup has the following configurable option(s):"
@${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
@${ECHO_MSG} ""
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -36,10 +36,16 @@ LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--disable-ssl
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not build on 4.X"
.endif
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "libsoup has the following configurable option(s):"
@${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
@${ECHO_MSG} ""
.include <bsd.port.mk>
.include <bsd.port.post.mk>