diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/domoticz | |
parent | 9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff) | |
download | freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www/domoticz')
-rw-r--r-- | www/domoticz/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile index 43458da8959b..153378649f55 100644 --- a/www/domoticz/Makefile +++ b/www/domoticz/Makefile @@ -10,11 +10,11 @@ COMMENT= Home Automation System LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/License.txt -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libexpat.so:${PORTSDIR}/textproc/expat2 \ - libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ - libtelldus-core.so:${PORTSDIR}/comms/telldus-core +LIB_DEPENDS= libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 \ + libboost_system.so:devel/boost-libs \ + libboost_python.so:devel/boost-python-libs \ + libtelldus-core.so:comms/telldus-core # This hack is to get rid of dependency of git while building # the package. |