diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 10:59:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 10:59:05 +0800 |
commit | 272ac1c80d0ce64145b2dd10691f10005f8b1b84 (patch) | |
tree | bac414858f9279e2b6a5d733b8505a2140b728fd /multimedia/openquicktime | |
parent | 3893122eb8a7d90a55d0d04529d4eb722ff71b1c (diff) | |
download | freebsd-ports-gnome-272ac1c80d0ce64145b2dd10691f10005f8b1b84.tar.gz freebsd-ports-gnome-272ac1c80d0ce64145b2dd10691f10005f8b1b84.tar.zst freebsd-ports-gnome-272ac1c80d0ce64145b2dd10691f10005f8b1b84.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'multimedia/openquicktime')
-rw-r--r-- | multimedia/openquicktime/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile index 3178c907aac7..18ce2651250f 100644 --- a/multimedia/openquicktime/Makefile +++ b/multimedia/openquicktime/Makefile @@ -31,6 +31,10 @@ OPTIONS= DEBUG "Turn on debugging" on .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .ifndef(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug=no .endif |