diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-09-05 18:05:29 +0800 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-09-05 18:05:29 +0800 |
commit | b1e378eade57987a5a9a5c906322f69b7b7b4f2c (patch) | |
tree | 405068109a97d918604b2a693cc412458636caad /games/belooted/Makefile | |
parent | a6c3a53dc4d19e026f955fdab8f46d580e2ac128 (diff) | |
download | freebsd-ports-gnome-b1e378eade57987a5a9a5c906322f69b7b7b4f2c.tar.gz freebsd-ports-gnome-b1e378eade57987a5a9a5c906322f69b7b7b4f2c.tar.zst freebsd-ports-gnome-b1e378eade57987a5a9a5c906322f69b7b7b4f2c.zip |
Add missing USES=gnome to my ports
Diffstat (limited to 'games/belooted/Makefile')
-rw-r--r-- | games/belooted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/belooted/Makefile b/games/belooted/Makefile index ab1872e5531f..93b8be875818 100644 --- a/games/belooted/Makefile +++ b/games/belooted/Makefile @@ -14,7 +14,7 @@ COMMENT= Popular 32-card trick-taking game played in France LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake pkgconfig +USES= gmake gnome pkgconfig USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes |