- 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>
This commit is contained in:
parent
ac0a37193a
commit
04d1c41cb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394332
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue