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 | 288caa37678ae4dc3bd4c5573f2b8c159f17e549 (diff) | |
download | ports-cf038f02515fba65e8b50e7cf07844464adb13ff.tar.gz ports-cf038f02515fba65e8b50e7cf07844464adb13ff.zip |
Notes
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> |