From cf038f02515fba65e8b50e7cf07844464adb13ff Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 13 Apr 2010 18:51:56 +0000 Subject: Mark BROKEN on FreeBSD versions prior to 7.x, configure fails. Notified by: pav --- net-im/pidgin-bs/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net-im/pidgin-bs') 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 +.include + +.if ${OSVERSION} < 700000 +BROKEN= configure fails on 6.x +.endif + +.include -- cgit v1.2.3