diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 07:39:47 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 07:39:47 +0000 |
commit | d138701abcadab19c6e0bb9eda2c2f3a7ccd4a5b (patch) | |
tree | d231e86e1590b0bf6019b38928d329263d47bdd7 /games/belooted | |
parent | a0c53ab7c80fff261e7723db6b3c659b9f636196 (diff) | |
download | freebsd-ports-d138701abcadab19c6e0bb9eda2c2f3a7ccd4a5b.zip |
Part 2 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
Diffstat (limited to 'games/belooted')
-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 38ddf30119e0..bd2cdeb40caa 100644 --- a/games/belooted/Makefile +++ b/games/belooted/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake pkgconfig -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |