diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-20 23:27:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-20 23:27:37 +0800 |
commit | eedf2b4643927ec52b62ef243efe81ac87d76743 (patch) | |
tree | 3561d129bc814f7ddd113055d4864073bfa24670 | |
parent | 3fcc95aa99db4cdfc8142f292229e88660a928fb (diff) | |
download | freebsd-ports-gnome-eedf2b4643927ec52b62ef243efe81ac87d76743.tar.gz freebsd-ports-gnome-eedf2b4643927ec52b62ef243efe81ac87d76743.tar.zst freebsd-ports-gnome-eedf2b4643927ec52b62ef243efe81ac87d76743.zip |
Fix LIB_DEPENDS
PR: 191972
-rw-r--r-- | multimedia/handbrake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 8d1ab31fed3a..f27cc33335e2 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -43,7 +43,7 @@ LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate .if !defined(PACKAGE_BUILDING) # DVDCSS version hardcoded in contrib/libdvdread/libdvdread/src/dvd_input.c (dlopen'ed) -LIB_DEPENDS+= ${LOCALBASE}/lib/libdvdcss.so.2:${PORTSDIR}/multimedia/libdvdcss +LIB_DEPENDS+= libdvdcss.so.2:${PORTSDIR}/multimedia/libdvdcss .endif GNU_CONFIGURE= yes |