diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-04-13 18:51:56 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-04-13 18:51:56 +0000 |
commit | cf038f02515fba65e8b50e7cf07844464adb13ff (patch) | |
tree | e5b2bbecbc03ecb1bc1cf6a3f4cf68c52b351578 /net-im/pidgin-bs | |
parent | - Update to 4.0 snap 08042010 (diff) |
Mark BROKEN on FreeBSD versions prior to 7.x, configure fails.
Notified by: pav
Notes
Notes:
svn path=/head/; revision=252651
Diffstat (limited to 'net-im/pidgin-bs')
-rw-r--r-- | net-im/pidgin-bs/Makefile | 8 |
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> |