diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-20 00:10:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-20 00:10:00 +0000 |
commit | 71069ab9f2b4e23db462f7a02c4418b05f185fa5 (patch) | |
tree | e25caf10d8c72e9d8c7c591dd698e1fe4e1fe0e4 /sysutils/gtoaster | |
parent | d67e1daddc4f053a59ee2cdf4848b4cfec6b46ce (diff) | |
download | ports-71069ab9f2b4e23db462f7a02c4418b05f185fa5.tar.gz ports-71069ab9f2b4e23db462f7a02c4418b05f185fa5.zip |
Notes
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 |