aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2010-04-14 02:51:56 +0800
committerehaupt <ehaupt@FreeBSD.org>2010-04-14 02:51:56 +0800
commitd0d7c65a962a94a2ae938aca89629a197e2a19bd (patch)
treef071ee7ec4efd69ad7c6d1806dcf8e19f6612b05 /net-im
parent028bfe15d3a0d824847331dc3e2f67af1a7cc9de (diff)
downloadfreebsd-ports-gnome-d0d7c65a962a94a2ae938aca89629a197e2a19bd.tar.gz
freebsd-ports-gnome-d0d7c65a962a94a2ae938aca89629a197e2a19bd.tar.zst
freebsd-ports-gnome-d0d7c65a962a94a2ae938aca89629a197e2a19bd.zip
Mark BROKEN on FreeBSD versions prior to 7.x, configure fails.
Notified by: pav
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin-bs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/pidgin-bs/Makefile b/net-im/pidgin-bs/Makefile
index e049657b8c4d..a81665a303ed 100644
--- a/net-im/pidgin-bs/Makefile
+++ b/net-im/pidgin-bs/Makefile
@@ -25,4 +25,10 @@ USE_LDCONFIG= ${PREFIX}/lib/pidgin
PLIST_FILES= lib/purple-2/bot-sentry.so lib/purple-2/bot-sentry.la
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= configure fails on 6.x
+.endif
+
+.include <bsd.port.post.mk>