diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /comms/telldus-core | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
Notes
Diffstat (limited to 'comms/telldus-core')
-rw-r--r-- | comms/telldus-core/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/telldus-core/Makefile b/comms/telldus-core/Makefile index 3efde174cb59..147c16643e9d 100644 --- a/comms/telldus-core/Makefile +++ b/comms/telldus-core/Makefile @@ -12,10 +12,10 @@ COMMENT= Tellstick Telldus daemon + library LICENSE= LGPL21 -BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man -LIB_DEPENDS= libftdi.so:${PORTSDIR}/devel/libftdi \ - libconfuse.so:${PORTSDIR}/devel/libconfuse \ - libargp.so:${PORTSDIR}/devel/argp-standalone +BUILD_DEPENDS= help2man:misc/help2man +LIB_DEPENDS= libftdi.so:devel/libftdi \ + libconfuse.so:devel/libconfuse \ + libargp.so:devel/argp-standalone USES= cmake compiler:c++11-lang iconv:wchar_t |