diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-19 19:54:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-19 19:54:29 +0000 |
commit | 766f494acbbc084ab568f20b064c0ff5f4ef70cc (patch) | |
tree | f1b65034095131561333dad3b205ecb9e7357648 /devel/libsoup | |
parent | 4b1bc98898c7d9defaf0c300792a9a32aa710c07 (diff) | |
download | ports-766f494acbbc084ab568f20b064c0ff5f4ef70cc.tar.gz ports-766f494acbbc084ab568f20b064c0ff5f4ef70cc.zip |
Notes
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 84f142c48297..6c99b0dfae84 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -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> |