diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/kget/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net/kget/Makefile')
-rw-r--r-- | net/kget/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/kget/Makefile b/net/kget/Makefile index 0ea2a148a3eb..377c59c90095 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -10,11 +10,11 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE download manager -LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \ - libktorrent.so:${PORTSDIR}/net-p2p/libktorrent \ - libmms.so:${PORTSDIR}/net/libmms \ - libqca.so:${PORTSDIR}/devel/qca \ - libboost_thread.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libgpgme.so:security/gpgme \ + libktorrent.so:net-p2p/libktorrent \ + libmms.so:net/libmms \ + libqca.so:devel/qca \ + libboost_thread.so:devel/boost-libs USE_KDE4= kdelibs kdeprefix workspace libkonq \ nepomuk-core nepomuk-widgets automoc4 ontologies \ |