diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 00:32:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 00:32:58 +0000 |
commit | 9ba0f182d99b8ddfcf34b92b0e4ce19149276479 (patch) | |
tree | ed2df5ef89b6ad5086a47367f9fc6b89e4df34ae /games | |
parent | 21b2ed6f0f9eacf209495bf57bc503468ed14a79 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xboard-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xboard-devel/Makefile b/games/xboard-devel/Makefile index 613e615c1125..26061dbd6239 100644 --- a/games/xboard-devel/Makefile +++ b/games/xboard-devel/Makefile @@ -26,7 +26,7 @@ DATADIR= ${PREFIX}/share/games/xboard DOCSDIR= ${PREFIX}/share/doc/xboard XBOARDCONF= ${WRKSRC}/xboard.conf.in -USES= autoreconf gettext-tools gmake shebangfix +USES= autoreconf gettext-tools gmake shebangfix desktop-file-utils shared-mime-info SHEBANG_FILES= texi2man INSTALL_TARGET= install-strip |