diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /net-im/ktp-auth-handler | |
parent | - USES=libtool pathfix (diff) |
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=361812
Diffstat (limited to 'net-im/ktp-auth-handler')
-rw-r--r-- | net-im/ktp-auth-handler/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile index 677774022813..36b4936110c2 100644 --- a/net-im/ktp-auth-handler/Makefile +++ b/net-im/ktp-auth-handler/Makefile @@ -10,10 +10,10 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KWallet integration module for KDE Telepathy -LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson \ - qca:${PORTSDIR}/devel/qca \ - telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \ - ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals +LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \ + libqca.so:${PORTSDIR}/devel/qca \ + libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ + libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= corelib dbus gui xml webkit \ |