diff options
Diffstat (limited to 'net-im/ktp-auth-handler/Makefile')
-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 911d8ac4bf36..51fdcb96bfc5 100644 --- a/net-im/ktp-auth-handler/Makefile +++ b/net-im/ktp-auth-handler/Makefile @@ -8,10 +8,10 @@ MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= kde@FreeBSD.org COMMENT= KWallet integration module for KDE Telepathy -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 +LIB_DEPENDS= libqjson.so:devel/qjson \ + libqca.so:devel/qca \ + libtelepathy-qt4.so:net-im/telepathy-qt4 \ + libktpcommoninternalsprivate.so:net-im/ktp-common-internals USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib dbus gui xml webkit \ |