games/cockatrice:
- Move buildtools, qmake and linguistools to "build" dependencies and bump PORTREVISION so users get the update. Reviewed by: tobik
This commit is contained in:
parent
af5d2065d7
commit
d07069a7f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489812
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Cockatrice
|
||||
PORTVERSION= 2.6.2.g2018.12.21
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= sbruno@FreeBSD.org
|
||||
|
@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
||||
|
||||
USES= cmake compiler:c++11-lib qt:5
|
||||
USE_QT= buildtools concurrent core network qmake widgets
|
||||
USE_QT= buildtools_build concurrent core network qmake_build widgets
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= 2018-12-20-Release-2.6.2
|
||||
|
||||
|
@ -34,7 +35,7 @@ SERVATRICE_CMAKE_OFF= -DWITH_SERVER=OFF
|
|||
COCKATRICE_CMAKE_ON= -DWITH_CLIENT=ON -DWITH_ORACLE=ON
|
||||
COCKATRICE_CMAKE_OFF= -DWITH_CLIENT=OFF -DWITH_ORACLE=OFF
|
||||
|
||||
COCKATRICE_USE= qt=multimedia,printsupport,svg,linguisttools,gui
|
||||
COCKATRICE_USE= qt=multimedia,printsupport,svg,linguisttools_build,gui
|
||||
SERVATRICE_USE= qt=sql,sql-mysql,websockets
|
||||
SERVATRICE_USE+= RC_SUBR=servatrice
|
||||
|
||||
|
|
Loading…
Reference in a new issue