diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-01-11 17:25:46 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-01-11 17:25:46 +0000 |
commit | d11db20443d5179328af4b90a524eecf2b3fe505 (patch) | |
tree | ba03f827075aabedef7d17493b4d8529a5895bf0 /deskutils/basket | |
parent | 12e266aaa796d48262b23327df6291e027cd152f (diff) | |
download | ports-d11db20443d5179328af4b90a524eecf2b3fe505.tar.gz ports-d11db20443d5179328af4b90a524eecf2b3fe505.zip |
Notes
Diffstat (limited to 'deskutils/basket')
-rw-r--r-- | deskutils/basket/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index 21bf6f76cc7a..487dadcb93c7 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -23,6 +23,10 @@ OPTIONS= KONTACT "Kontact plugin" on .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + .if !defined(WITHOUT_KONTACT) LIB_DEPENDS+= kontact.1:${PORTSDIR}/deskutils/kdepim3 PLIST_SUB= KONTACT="" |