diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-09-05 10:05:29 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-09-05 10:05:29 +0000 |
commit | b1e378eade57987a5a9a5c906322f69b7b7b4f2c (patch) | |
tree | 405068109a97d918604b2a693cc412458636caad /games | |
parent | a6c3a53dc4d19e026f955fdab8f46d580e2ac128 (diff) | |
download | ports-b1e378eade57987a5a9a5c906322f69b7b7b4f2c.tar.gz ports-b1e378eade57987a5a9a5c906322f69b7b7b4f2c.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/belooted/Makefile | 2 | ||||
-rw-r--r-- | games/jfsw/Makefile | 2 | ||||
-rw-r--r-- | games/openalchemist/Makefile | 2 | ||||
-rw-r--r-- | games/trackballs/Makefile | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile index 2bfcf2dbaf1e..328ec2e0f2ac 100644 --- a/games/jfsw/Makefile +++ b/games/jfsw/Makefile @@ -17,7 +17,7 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-acc LIB_DEPENDS= libvorbisfile.so:audio/libvorbis -USES= alias dos2unix gmake pkgconfig:build +USES= alias dos2unix gmake gnome pkgconfig:build DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? USE_GITHUB= yes diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 6c8ef6a34785..528e4e8d3661 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -23,7 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USES= autoreconf gmake iconv jpeg pkgconfig python:2.7,run shebangfix +USES= autoreconf gmake gnome iconv jpeg pkgconfig python:2.7,run shebangfix SHEBANG_FILES= openalchemist-config USE_GNOME= pygtk2 diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 5ad31276746e..a15a163fa3a4 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ libgc.so:devel/boehm-gc -USES= cmake desktop-file-utils gettext-runtime pkgconfig +USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig USE_GITHUB= yes |