diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-10-11 19:38:52 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-10-11 19:38:52 +0000 |
commit | 5d0dc88cb5e09e501ac2954ca0140f6e3546c539 (patch) | |
tree | 0c20ded5773a9080a5b4eafa7592b7fcdc152b22 /net | |
parent | 89b9de50ab380090876d9292d3db3775d3c5bfbb (diff) | |
download | ports-5d0dc88cb5e09e501ac2954ca0140f6e3546c539.tar.gz ports-5d0dc88cb5e09e501ac2954ca0140f6e3546c539.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/opal3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index d57c9442e402..13bf9f66a4fb 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,7 +7,7 @@ PORTNAME= opal3 PORTVERSION= 3.6.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net MASTER_SITES= SF/opalvoip/v3.6%20Lalande/Stable%205 DISTNAME= opal-${PORTVERSION} @@ -124,7 +124,7 @@ PLIST_SUB+= THEORA="@comment " .endif .if defined(WITH_X264) -LIB_DEPENDS+= x264.115:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.116:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-h264 PLIST_SUB+= X264="" WITH_VIDEO= yes |