Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2016 13:41:59 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422254 - head/x11/kdelibs4
Message-ID:  <201609161341.u8GDfx3l041006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Sep 16 13:41:59 2016
New Revision: 422254
URL: https://svnweb.freebsd.org/changeset/ports/422254

Log:
  Drop ${PORTSDIR} from LIB_DEPENDS in options.
  
  Approved by: rakuco (mentor)

Modified:
  head/x11/kdelibs4/Makefile

Modified: head/x11/kdelibs4/Makefile
==============================================================================
--- head/x11/kdelibs4/Makefile	Fri Sep 16 13:25:11 2016	(r422253)
+++ head/x11/kdelibs4/Makefile	Fri Sep 16 13:41:59 2016	(r422254)
@@ -76,10 +76,10 @@ SHEBANG_FILES=	kdecore/kconfig_compiler/
 OPTIONS_DEFINE=	AVAHI UPNP
 OPTIONS_DEFAULT=AVAHI
 
-AVAHI_LIB_DEPENDS=	libavahi-core.so:${PORTSDIR}/net/avahi-app
+AVAHI_LIB_DEPENDS=	libavahi-core.so:net/avahi-app
 
 UPNP_DESC=	UPnP backend for Solid (WARNING: Unstable)
-UPNP_LIB_DEPENDS=	libHUpnp.so:${PORTSDIR}/net/hupnp
+UPNP_LIB_DEPENDS=	libHUpnp.so:net/hupnp
 UPNP_CMAKE_ON=	-DHUPNP_ENABLED:BOOL=On
 
 post-patch:



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