diff options
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="" |