diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 03:12:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 03:12:12 +0000 |
commit | e7a6eaebb09e8229309c2b862965649256dada5e (patch) | |
tree | 547bea18b2d51942d8b52896726d0e6947e74701 /multimedia | |
parent | cf15bd16fbc0178393d9d3d1cf37c9f0f8044b24 (diff) | |
download | ports-e7a6eaebb09e8229309c2b862965649256dada5e.tar.gz ports-e7a6eaebb09e8229309c2b862965649256dada5e.zip |
Notes
Diffstat (limited to 'multimedia')
-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 |