diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
commit | 9b580ffb435c69606f640c5a657190b54a1ef870 (patch) | |
tree | b85006a979d929da61946937a62b6c6b97fa4c79 /games/2048-qt | |
parent | 6a4416929169733984a0ac898468560f66931e1c (diff) | |
parent | f86bb659dcd66c74ffce85ffcc1575d2095989f8 (diff) | |
download | freebsd-ports-gnome-gnome-3.28.tar.gz freebsd-ports-gnome-gnome-3.28.tar.zst freebsd-ports-gnome-gnome-3.28.zip |
Merge branch 'master' into gnome-3.28gnome-3.28
Diffstat (limited to 'games/2048-qt')
-rw-r--r-- | games/2048-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/2048-qt/Makefile b/games/2048-qt/Makefile index d2cb57326e50..11d50dfb97c4 100644 --- a/games/2048-qt/Makefile +++ b/games/2048-qt/Makefile @@ -3,6 +3,7 @@ PORTNAME= 2048-qt PORTVERSION= 0.1.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= swills@FreeBSD.org @@ -16,7 +17,7 @@ GH_ACCOUNT= xiaoyong GH_PROJECT= 2048-Qt USES= gmake pkgconfig qmake qt:5 -USE_QT= core gui network widgets qml quick buildtools_build quickcontrols +USE_QT= core declarative gui network widgets buildtools_build quickcontrols PLIST_FILES= bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png |