summaryrefslogtreecommitdiffstats
path: root/games/gnome-sudoku
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-08 05:41:16 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-05-08 05:41:16 +0800
commitba9f4de5c27ebb25f831bd5ea37f78533f0dc5ba (patch)
treef2d3eac3e6eacf3fcd47d357988d619bce344ca9 /games/gnome-sudoku
parent614c407d90e96122e3f4406038a3eb8ee29a8074 (diff)
downloadmarcuscom-ports-ba9f4de5c27ebb25f831bd5ea37f78533f0dc5ba.tar
marcuscom-ports-ba9f4de5c27ebb25f831bd5ea37f78533f0dc5ba.tar.gz
marcuscom-ports-ba9f4de5c27ebb25f831bd5ea37f78533f0dc5ba.tar.bz2
marcuscom-ports-ba9f4de5c27ebb25f831bd5ea37f78533f0dc5ba.tar.lz
marcuscom-ports-ba9f4de5c27ebb25f831bd5ea37f78533f0dc5ba.tar.xz
marcuscom-ports-ba9f4de5c27ebb25f831bd5ea37f78533f0dc5ba.tar.zst
marcuscom-ports-ba9f4de5c27ebb25f831bd5ea37f78533f0dc5ba.zip
Fix /usr/bin/python3 path.
Remove stray \ in BUILD_DEPENDS git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19611 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-sudoku')
-rw-r--r--games/gnome-sudoku/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/gnome-sudoku/Makefile b/games/gnome-sudoku/Makefile
index 5d8701c34..c8495ec13 100644
--- a/games/gnome-sudoku/Makefile
+++ b/games/gnome-sudoku/Makefile
@@ -11,9 +11,9 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Sudoku game for gnome
-BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
-USES= gettext gmake pathfix pkgconfig tar:xz
+USES= gettext gmake pathfix pkgconfig shebangfix tar:xz
USE_GNOME= gtk30 intlhack libxml2:build py3gobject3
USE_PYTHON= 3
INSTALLS_ICONS= yes
@@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+SHEBANG_FILES= src/gnome-sudoku
+
GLIB_SCHEMAS= org.gnome.gnome-sudoku.gschema.xml
.include <bsd.port.mk>