diff options
Diffstat (limited to 'sysutils/gtoaster')
-rw-r--r-- | sysutils/gtoaster/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/gtoaster/Makefile b/sysutils/gtoaster/Makefile index 0e4d254b5507..0a9635ce34b8 100644 --- a/sysutils/gtoaster/Makefile +++ b/sysutils/gtoaster/Makefile @@ -33,6 +33,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 504104 && ${OSVERSION} < 600000 +BROKEN= "Does not compile on FreeBSD 5.x" +.endif + .if ${HAVE_GNOME:Mgnomelibs}!="" PKGNAMESUFFIX= -gnome USE_GNOME+= gnomelibs |