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