diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-06 22:02:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-06 22:02:39 +0800 |
commit | dae01903c7c6747b07c16b99d69d2c5b9ea9ff18 (patch) | |
tree | 375000e4466f004f01b0621654881e998c901644 /sysutils | |
parent | cc9aac4920882d0e647d31214c8f22f08be044f7 (diff) | |
download | freebsd-ports-gnome-dae01903c7c6747b07c16b99d69d2c5b9ea9ff18.tar.gz freebsd-ports-gnome-dae01903c7c6747b07c16b99d69d2c5b9ea9ff18.tar.zst freebsd-ports-gnome-dae01903c7c6747b07c16b99d69d2c5b9ea9ff18.zip |
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 392c42901f56..b66db4d22da8 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -48,6 +48,10 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on 4.X" +.endif + .if ${HAVE_GNOME:Mevolutiondataserver}!="" USE_GNOME+= evolutiondataserver CONFIGURE_ARGS+=--enable-aboutme diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index 392c42901f56..b66db4d22da8 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -48,6 +48,10 @@ WITH_GNOME= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not build on 4.X" +.endif + .if ${HAVE_GNOME:Mevolutiondataserver}!="" USE_GNOME+= evolutiondataserver CONFIGURE_ARGS+=--enable-aboutme |