aboutsummaryrefslogtreecommitdiff
path: root/net/liveMedia/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 02:39:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 02:39:57 +0000
commit1fcc14cc4bbbacdd41b099cc3a200c8d76de94f7 (patch)
treef08b4b8e6084b4ef0fbe24b7b7f30edbdf94ab2d /net/liveMedia/Makefile
parent8de54f8f128236d25ad7cab00c90c4f49cad2c42 (diff)
downloadports-1fcc14cc4bbbacdd41b099cc3a200c8d76de94f7.tar.gz
ports-1fcc14cc4bbbacdd41b099cc3a200c8d76de94f7.zip
Notes
Diffstat (limited to 'net/liveMedia/Makefile')
-rw-r--r--net/liveMedia/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile
index 8244aea60569..baf9dadbca10 100644
--- a/net/liveMedia/Makefile
+++ b/net/liveMedia/Makefile
@@ -138,6 +138,12 @@ liveMedia= \
liveMedia/include/liveMedia_version.hh \
liveMedia/include/uLawAudioFilter.hh
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
post-extract:
@${CP} ${FILESDIR}/config.fixed-${OPSYS:L} ${WRKSRC}/
@@ -197,4 +203,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/live/liveMedia/include/
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>