diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-11-22 16:23:34 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-11-22 16:23:34 +0000 |
commit | 4f12f3b1783327d4e833649c63d8e1724bb16588 (patch) | |
tree | 69858a5647bf444b8dbaae3a0602f21ce314cc16 /net/opal | |
parent | d2ddcbb5a0935eab677bbd463a5653e4564b369b (diff) | |
download | ports-4f12f3b1783327d4e833649c63d8e1724bb16588.tar.gz ports-4f12f3b1783327d4e833649c63d8e1724bb16588.zip |
Notes
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 3896d557b0b5..864c1312b32d 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -3,7 +3,7 @@ PORTNAME= opal PORTVERSION= 3.10.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= GNOME @@ -142,7 +142,7 @@ PLIST_SUB+= THEORA="@comment " .endif .if ${PORT_OPTIONS:MX264} && ${PORT_OPTIONS:MFFMPEG} -LIB_DEPENDS+= libx264.so:${PORTSDIR}/multimedia/x264 +LIB_DEPENDS+= libx264.so:${PORTSDIR}/multimedia/libx264 CONFIGURE_ARGS+= --enable-x264 PLIST_SUB+= X264="" WITH_VIDEO= yes |