diff options
author | mm <mm@FreeBSD.org> | 2012-07-24 03:27:25 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-07-24 03:27:25 +0800 |
commit | 22d12a2f6697bde58da506d74c5097f7596b4396 (patch) | |
tree | b1fde7b7b6a86dc61fa7ee235eee1073d6dbfcd4 /net | |
parent | c1872f3e305c5796a64b564b58e8a729c66c44f8 (diff) | |
download | freebsd-ports-gnome-22d12a2f6697bde58da506d74c5097f7596b4396.tar.gz freebsd-ports-gnome-22d12a2f6697bde58da506d74c5097f7596b4396.tar.zst freebsd-ports-gnome-22d12a2f6697bde58da506d74c5097f7596b4396.zip |
Update multimedia/x264 to 0.125.2201
Switch to new options framework
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 f8165bd2ce66..083abef11c2b 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -7,7 +7,7 @@ PORTNAME= opal3 PORTVERSION= 3.6.6 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S|3||g}/${PORTVERSION:R} @@ -126,7 +126,7 @@ PLIST_SUB+= THEORA="@comment " .endif .if defined(WITH_X264) -LIB_DEPENDS+= x264.123:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= x264.125:${PORTSDIR}/multimedia/x264 CONFIGURE_ARGS+= --enable-h264 PLIST_SUB+= X264="" WITH_VIDEO= yes |