diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-02 03:55:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-02 03:55:08 +0800 |
commit | 563d0a286b12702da626d3d14255110a9d415f36 (patch) | |
tree | 34a5b6de16ba9d2bb260cde30865fbfaef37f793 /databases | |
parent | c20269eedfad05ad57f34ece78d133eef88e8032 (diff) | |
download | freebsd-ports-graphics-563d0a286b12702da626d3d14255110a9d415f36.tar.gz freebsd-ports-graphics-563d0a286b12702da626d3d14255110a9d415f36.tar.zst freebsd-ports-graphics-563d0a286b12702da626d3d14255110a9d415f36.zip |
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index ac0a0d3c522..e65d9d0d79a 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -45,6 +45,10 @@ PLIST_SUB= VERSION="1.4" EVO_VERSION="1.2" .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on 4.X" +.endif + .if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) ) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libedataserver_e-msgport.c .endif |