diff options
author | mm <mm@FreeBSD.org> | 2011-10-12 03:38:52 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-10-12 03:38:52 +0800 |
commit | e62d15be935188448049f93030b9c10960a665ec (patch) | |
tree | 92f43089de1ea733ab513e798cab834c9ec028ea /net | |
parent | 0a9ae743b4a226a50dde07f37a873bd72b5bef57 (diff) | |
download | freebsd-ports-gnome-e62d15be935188448049f93030b9c10960a665ec.tar.gz freebsd-ports-gnome-e62d15be935188448049f93030b9c10960a665ec.tar.zst freebsd-ports-gnome-e62d15be935188448049f93030b9c10960a665ec.zip |
Bump PORTREVISION and x264 shared library
Reported by: pav
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 |