diff options
-rw-r--r-- | deskutils/deskbar-applet/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile index e62d7f803937..9be7d7986f72 100644 --- a/deskutils/deskbar-applet/Makefile +++ b/deskutils/deskbar-applet/Makefile @@ -31,6 +31,10 @@ OPTIONS= EVO "Enable evolution support" on .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on 4.X" +.endif + .if !defined(WITHOUT_EVO) USE_GNOME+= evolutiondataserver PLIST_SUB+= EVO="" diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index a5b7657194fa..d1c259651660 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -54,6 +54,10 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does nto build on 4.X" +.endif + .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) WITH_GSTREAMER= yes WITH_DBUS= yes |