diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2012-12-11 21:53:42 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2012-12-11 21:53:42 +0000 |
commit | a9465ae68e9769ec1fdbaa6315e627cecc687bb7 (patch) | |
tree | 9686c89e48a963cc15555f1ededddd39ead03c02 /net/liveMedia | |
parent | ffcb872223911b708d646d3f1c5bb2f2734593c9 (diff) | |
download | ports-a9465ae68e9769ec1fdbaa6315e627cecc687bb7.tar.gz ports-a9465ae68e9769ec1fdbaa6315e627cecc687bb7.zip |
Notes
Diffstat (limited to 'net/liveMedia')
-rw-r--r-- | net/liveMedia/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index f5ed4d543c0a..ecd23fac2b6c 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -8,6 +8,7 @@ PORTNAME= liveMedia PORTVERSION= 2012.11.30 PORTEPOCH= 2 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -161,6 +162,7 @@ liveMedia= \ liveMedia/include/OnDemandServerMediaSubsession.hh \ liveMedia/include/OutputFile.hh \ liveMedia/include/PassiveServerMediaSubsession.hh \ + liveMedia/include/ProxyServerMediaSession.hh \ liveMedia/include/QCELPAudioRTPSource.hh \ liveMedia/include/QuickTimeFileSink.hh \ liveMedia/include/QuickTimeGenericRTPSource.hh \ |