diff options
author | vg <vg@FreeBSD.org> | 2015-08-16 00:43:35 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2015-08-16 00:43:35 +0800 |
commit | 06a828e836cd3653c2043b5fb1738cce03d53c99 (patch) | |
tree | c34070bf60183ef2e165c1fa49e379736c640249 /security | |
parent | 69db3a992a9258f91a6c5c1249bb2657da512238 (diff) | |
download | freebsd-ports-gnome-06a828e836cd3653c2043b5fb1738cce03d53c99.tar.gz freebsd-ports-gnome-06a828e836cd3653c2043b5fb1738cce03d53c99.tar.zst freebsd-ports-gnome-06a828e836cd3653c2043b5fb1738cce03d53c99.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>
Diffstat (limited to 'security')
-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 |