diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-08-15 16:43:35 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-08-15 16:43:35 +0000 |
commit | 04d1c41cb7bee4e8877a7ba33705c382c859a49e (patch) | |
tree | c34070bf60183ef2e165c1fa49e379736c640249 | |
parent | ac0a37193a142a6739efb49041a7842305c5178e (diff) | |
download | freebsd-ports-04d1c41cb7bee4e8877a7ba33705c382c859a49e.zip |
- Remove qt4-linguist dependency; add qt4-network instead.
- qt4-testlib is not used outside tests directory; remove it
from run-time dependencies.
- Sort USES.
- Fix a typo in COMMENT.
- Bump PORTREVISION.
PR: ports/202046
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
-rw-r--r-- | security/kqoauth/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/kqoauth/Makefile b/security/kqoauth/Makefile index c835f2ed7f79..47305eab4e2c 100644 --- a/security/kqoauth/Makefile +++ b/security/kqoauth/Makefile @@ -6,13 +6,14 @@ PORTVERSION= 0.98 CATEGORIES= security MAINTAINER= vg@FreeBSD.org -COMMENT= Implimentation of OAuth 1.0 in C++ for Qt +COMMENT= Implementation of OAuth 1.0 in C++ for Qt LICENSE= LGPL21 -USES= qmake pkgconfig -USE_QT4= corelib gui linguist_build moc_build qtestlib +USES= pkgconfig qmake +USE_QT4= corelib network gui moc_build qtestlib_build USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes QMAKE_SOURCE_PATH= ${PORTNAME}.pro USE_GITHUB= yes |