diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2016-11-07 14:41:21 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-11-07 14:41:21 +0000 |
commit | dc3513fc9a2ef12d534df6ba391e08b5ebe1049f (patch) | |
tree | b7e51a597a478f9f89a882cc9b390966391e7bfb /games/cockatrice/Makefile | |
parent | 250a1dd08520f5e5b5725b6064c4cab0212693c8 (diff) | |
download | ports-dc3513fc9a2ef12d534df6ba391e08b5ebe1049f.tar.gz ports-dc3513fc9a2ef12d534df6ba391e08b5ebe1049f.zip |
Notes
Diffstat (limited to 'games/cockatrice/Makefile')
-rw-r--r-- | games/cockatrice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/cockatrice/Makefile b/games/cockatrice/Makefile index 6404541c4d76..bf77008591f3 100644 --- a/games/cockatrice/Makefile +++ b/games/cockatrice/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cockatrice -PORTVERSION= 0.0.g2016.06.30 +PORTVERSION= 0.0.g2016.10.30 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org @@ -13,11 +13,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libprotobuf.so:devel/protobuf USE_GITHUB= yes -GH_TAGNAME= 2016-06-30-Release +GH_TAGNAME= 2016-10-30-Release USES= cmake compiler:c++11-lib USE_QT5= buildtools concurrent core multimedia network printsupport \ - qmake svg linguisttools widgets + qmake svg linguisttools widgets gui INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/${PORTNAME:tl} |