summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2016-09-16 13:41:59 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2016-09-16 13:41:59 +0000
commite30c389fe328cddf8affb5e3c6fa5c0f0644fdaa (patch)
tree3f984db8d32ca6f9c26d6539b8b9439d70c728c8
parentmail/neomutt: provide an OPTION to use LMDB as a header-cache backend (diff)
Drop ${PORTSDIR} from LIB_DEPENDS in options.
Approved by: rakuco (mentor)
-rw-r--r--x11/kdelibs4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 73ec13993021..caaa09381984 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -76,10 +76,10 @@ SHEBANG_FILES= kdecore/kconfig_compiler/checkkcfg.pl \
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: