diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 21:21:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-13 21:21:09 +0000 |
commit | ac06908574f508fb1bb7914874b38e84dc19d476 (patch) | |
tree | 1069ee55300224d2258825ff28acc13731b843b4 /mail/evolution | |
parent | 07f63e5795d4945564a5e89641f0eb2cd7a43e47 (diff) | |
download | ports-ac06908574f508fb1bb7914874b38e84dc19d476.tar.gz ports-ac06908574f508fb1bb7914874b38e84dc19d476.zip |
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=148152
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |