diff options
author | dougb <dougb@FreeBSD.org> | 2012-01-20 08:40:28 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-01-20 08:40:28 +0800 |
commit | d1637b5f71b8c79555ab32100d62cad51bdc178f (patch) | |
tree | d2e7b8d169625a9b36b530a46f9bed28dc2bfeec /multimedia/vlc | |
parent | 1fe5210fa421c088a4f707a06b3f85a88df74a54 (diff) | |
download | freebsd-ports-gnome-d1637b5f71b8c79555ab32100d62cad51bdc178f.tar.gz freebsd-ports-gnome-d1637b5f71b8c79555ab32100d62cad51bdc178f.tar.zst freebsd-ports-gnome-d1637b5f71b8c79555ab32100d62cad51bdc178f.zip |
Quick typo fix, LIBDEPENDS != LIB_DEPENDS
Submitted by: jsa (maintainer)
Approved by: jsa (maintainer)
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index faef6e6ea5b3..7b4019fba497 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -696,7 +696,7 @@ CONFIGURE_ARGS+=--disable-x264 CONFIGURE_ARGS+=--disable-xcb --without-x .else USE_XORG= xpm -LIBDEPENDS+= xcb.2:${PORTSDIR}/x11/libxcb \ +LIB_DEPENDS+= xcb.2:${PORTSDIR}/x11/libxcb \ xcb-keysyms.1:${PORTSDIR}/x11/xcb-util-keysyms CONFIGURE_ARGS+=--enable-xcb --with-x .endif |