summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/xboard/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index 6a907833b6e8..b20875a68982 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -56,7 +56,8 @@ GTK2_CONFIGURE_WITH= gtk
.include <bsd.port.options.mk>
-USES+= desktop-file-utils makeinfo perl5 pkgconfig shared-mime-info
+USES+= desktop-file-utils makeinfo perl5 pkgconfig shared-mime-info \
+ shebangfix
USE_XORG+= xt xpm
USE_GNOME+= librsvg2
.if ${PORT_OPTIONS:MXAW}
@@ -65,6 +66,8 @@ USE_XORG+= xaw
.if ${PORT_OPTIONS:MGTK2}
USE_GNOME+= gtk20
.endif
+SHEBANG_FILES= texi2man
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=MKDIR_P="${MKDIR}" PERLPATH=${PERL}
CFLAGS+= -I${LOCALBASE}/include