diff options
-rw-r--r-- | multimedia/openquicktime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile index 5ea478a0d268..e3883736e862 100644 --- a/multimedia/openquicktime/Makefile +++ b/multimedia/openquicktime/Makefile @@ -33,7 +33,9 @@ OPTIONS= DEBUG "Turn on debugging" off CONFIGURE_ARGS+= --enable-debug=no .endif +.if ${OSVERSION} < 700000 BROKEN= Does not install +.endif .if ${ARCH} != "i386" BROKEN= Does not build on !i386 |