diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2019-01-09 15:57:18 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2019-01-09 15:57:18 +0000 |
commit | d07069a7f7a1ac2d998df9e9313ae1459fb1ec9e (patch) | |
tree | b8dcb136ed44f2308d9068a7fc449096826e84d5 /games | |
parent | af5d2065d76dc876198aca77db421b7461be07e7 (diff) |
games/cockatrice:
- Move buildtools, qmake and linguistools to "build" dependencies and bump
PORTREVISION so users get the update.
Reviewed by: tobik
Notes
Notes:
svn path=/head/; revision=489812
Diffstat (limited to 'games')
-rw-r--r-- | games/cockatrice/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/cockatrice/Makefile b/games/cockatrice/Makefile index 0413fc2446d2..38a5e6cbaa49 100644 --- a/games/cockatrice/Makefile +++ b/games/cockatrice/Makefile @@ -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 |