diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-09-16 21:41:59 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-09-16 21:41:59 +0800 |
commit | ff8d966c33a33fa8892534a3498822c3895c892b (patch) | |
tree | 3f984db8d32ca6f9c26d6539b8b9439d70c728c8 /x11/kdelibs4 | |
parent | 48b66366f469eae2e1dda5b89d64be295e217e4d (diff) | |
download | freebsd-ports-gnome-ff8d966c33a33fa8892534a3498822c3895c892b.tar.gz freebsd-ports-gnome-ff8d966c33a33fa8892534a3498822c3895c892b.tar.zst freebsd-ports-gnome-ff8d966c33a33fa8892534a3498822c3895c892b.zip |
Drop ${PORTSDIR} from LIB_DEPENDS in options.
Approved by: rakuco (mentor)
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 4 |
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: |