diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
commit | ef878751a79ba6aaefefa599a76c833c618977d5 (patch) | |
tree | e67483ee6a85fa279cba6dfa007a1304c37237d9 /games/pioneers | |
parent | e*: Add missing USES={gnome,sdl,xorg} (diff) |
games: Add missing USES={gnome,gl,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517046
Diffstat (limited to 'games/pioneers')
-rw-r--r-- | games/pioneers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 68f85e45c49b..d7ea18cef5eb 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool RUN_DEPENDS= yelp:x11/yelp -USES= gettext gmake pkgconfig +USES= gettext gmake gnome pkgconfig USE_GNOME= gnomeprefix gtk30 intltool libgnome librsvg2 INSTALLS_ICONS= yes INSTALLS_OMF= yes |