diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-15 02:42:04 +0800 |
commit | 2c6a3135268f227c2f016b08155f35b56c7fbd99 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /net/qoauth | |
parent | 92158ef1a1b16aa6f359266ab3492fc06838b525 (diff) | |
download | freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.gz freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.tar.zst freebsd-ports-gnome-2c6a3135268f227c2f016b08155f35b56c7fbd99.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'net/qoauth')
-rw-r--r-- | net/qoauth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/qoauth/Makefile b/net/qoauth/Makefile index 5fedc9b2627c..9de7f088b780 100644 --- a/net/qoauth/Makefile +++ b/net/qoauth/Makefile @@ -11,7 +11,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt 4 support for OAuth-powered network services BUILD_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl -LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca +LIB_DEPENDS= libqca.so:${PORTSDIR}/devel/qca RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl USES= qmake |