diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:17:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:17:40 +0000 |
commit | e0e2c5228a6690440b633c25b0c582a06dc91003 (patch) | |
tree | 7ae2b7f867c64787822b0e475abe322934da04e0 /devel/qtez | |
parent | ba7f0475a6bfd8a064b21583cd187f5dd34a8175 (diff) | |
download | ports-e0e2c5228a6690440b633c25b0c582a06dc91003.tar.gz ports-e0e2c5228a6690440b633c25b0c582a06dc91003.zip |
Notes
Diffstat (limited to 'devel/qtez')
-rw-r--r-- | devel/qtez/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile index de3a281ca841..297e811a5b7c 100644 --- a/devel/qtez/Makefile +++ b/devel/qtez/Makefile @@ -26,6 +26,10 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -O0 .endif |