diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
commit | 92ea0d614b10bd99ce43a611721c7c4003cd79a5 (patch) | |
tree | cf13f962932aab3646f0af684b2923c4e0f0825b /multimedia/vlc | |
parent | ffbb85145227efbc987e5d09cab804f896bf37f5 (diff) | |
download | ports-92ea0d614b10bd99ce43a611721c7c4003cd79a5.tar.gz ports-92ea0d614b10bd99ce43a611721c7c4003cd79a5.zip |
Notes
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 9570fea0ec75..af6ba033c3d9 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -636,9 +636,8 @@ CONFIGURE_ARGS+=--disable-x264 .endif .if ${PORT_OPTIONS:MXCB} -USE_XORG= xpm -LIB_DEPENDS+= xcb:${PORTSDIR}/x11/libxcb \ - xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms +USE_XORG= xcb xpm +LIB_DEPENDS+= xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms CONFIGURE_ARGS+=--enable-xcb --with-x .else CONFIGURE_ARGS+=--disable-xcb --without-x |