diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2011-12-21 08:48:28 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2011-12-21 08:48:28 +0000 |
| commit | 26cbc33e1b7591b490fc5e3ff0427e30ce6c5000 (patch) | |
| tree | 79a483cb1926c1e2928264ba4d69e3c45cfccb62 /net | |
| parent | 6b6fb5dc06ba0981203a41889bba9d990f23b5ce (diff) | |
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 13bf9f66a4fb..f294ce78239d 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,7 +7,7 @@ PORTNAME= opal3 PORTVERSION= 3.6.6 -PORTREVISION= 12 +PORTREVISION= 13 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.116:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.119:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-h264 PLIST_SUB+= X264="" WITH_VIDEO= yes |
