Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 15:27:37 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362324 - head/multimedia/handbrake
Message-ID:  <201407201527.s6KFRbJ9007916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Jul 20 15:27:37 2014
New Revision: 362324
URL: http://svnweb.freebsd.org/changeset/ports/362324
QAT: https://qat.redports.org/buildarchive/r362324/

Log:
  Fix LIB_DEPENDS
  
  PR:		191972

Modified:
  head/multimedia/handbrake/Makefile

Modified: head/multimedia/handbrake/Makefile
==============================================================================
--- head/multimedia/handbrake/Makefile	Sun Jul 20 14:48:53 2014	(r362323)
+++ head/multimedia/handbrake/Makefile	Sun Jul 20 15:27:37 2014	(r362324)
@@ -43,7 +43,7 @@ LIB_DEPENDS=	libfontconfig.so:${PORTSDIR
 		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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407201527.s6KFRbJ9007916>