summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-19 19:54:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-19 19:54:29 +0000
commit766f494acbbc084ab568f20b064c0ff5f4ef70cc (patch)
treef1b65034095131561333dad3b205ecb9e7357648 /devel
parentReliably detect if icon-theme.cache is uptodate, by checking the mtime (diff)
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=148804
Diffstat (limited to 'devel')
-rw-r--r--devel/libsoup/Makefile8
-rw-r--r--devel/libsoup22/Makefile8
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>