diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-20 03:54:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-20 03:54:29 +0800 |
commit | 2f637b93c16dbd902a8b003ba5d71ac93de638cd (patch) | |
tree | 73d298ebe89c69ca5d2a5bc247ba01c4aa03e002 /devel | |
parent | 74a10c9cb51b2e571541621392ede6484e4bbb01 (diff) | |
download | freebsd-ports-gnome-2f637b93c16dbd902a8b003ba5d71ac93de638cd.tar.gz freebsd-ports-gnome-2f637b93c16dbd902a8b003ba5d71ac93de638cd.tar.zst freebsd-ports-gnome-2f637b93c16dbd902a8b003ba5d71ac93de638cd.zip |
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 8 | ||||
-rw-r--r-- | devel/libsoup22/Makefile | 8 |
2 files changed, 14 insertions, 2 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> diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 84f142c48297..6c99b0dfae84 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/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> |