diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-31 01:49:35 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-05-31 01:49:35 +0000 |
commit | a816e06ff77ca8191711a8fb1cc9a656a38f0244 (patch) | |
tree | e25454f78841027b4a5842f4871ba1df7df655ce /multimedia/avifile | |
parent | 478a1e8ed4776c5f4cf27d6d9bde0b7515e145da (diff) | |
download | ports-a816e06ff77ca8191711a8fb1cc9a656a38f0244.tar.gz ports-a816e06ff77ca8191711a8fb1cc9a656a38f0244.zip |
Notes
Diffstat (limited to 'multimedia/avifile')
-rw-r--r-- | multimedia/avifile/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index d3746de064ab..3acc46acbd54 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/avifile/Makefile @@ -64,6 +64,10 @@ PLIST_SUB+= QT="@comment " .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= xvid plugin fails to build +.endif + .if ${OSVERSION} >= 600000 WITH_OPTIMIZED_CFLAGS= yes .endif |