diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | 2c6a3135268f227c2f016b08155f35b56c7fbd99 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /net-im/ktp-approver/Makefile | |
parent | 92158ef1a1b16aa6f359266ab3492fc06838b525 (diff) | |
download | FreeBSD-ports-2c6a3135268f227c2f016b08155f35b56c7fbd99.zip FreeBSD-ports-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.gz |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'net-im/ktp-approver/Makefile')
-rw-r--r-- | net-im/ktp-approver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ktp-approver/Makefile b/net-im/ktp-approver/Makefile index c80abb5..67f935e 100644 --- a/net-im/ktp-approver/Makefile +++ b/net-im/ktp-approver/Makefile @@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KDE instant messaging notifier -LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \ - ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals +LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ + libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list USE_KDE4= kdehier kdeprefix kdelibs automoc4 |