diff options
author | kris <kris@FreeBSD.org> | 2006-01-20 08:10:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-20 08:10:00 +0800 |
commit | 24e45dc49a8eb1bf5c1c3668948f64301d8e8816 (patch) | |
tree | 6d913b2f1e8eef5d099eaca6ffffe1568c292731 /sysutils/gtoaster | |
parent | b4ee335d4d6fe686a6b8c66e7d3038207863adbd (diff) | |
download | freebsd-ports-gnome-24e45dc49a8eb1bf5c1c3668948f64301d8e8816.tar.gz freebsd-ports-gnome-24e45dc49a8eb1bf5c1c3668948f64301d8e8816.tar.zst freebsd-ports-gnome-24e45dc49a8eb1bf5c1c3668948f64301d8e8816.zip |
BROKEN on 5.x: Does not compile
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 |