From ba9f4de5c27ebb25f831bd5ea37f78533f0dc5ba Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 7 May 2014 21:41:16 +0000 Subject: 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 --- games/gnome-sudoku/Makefile | 6 ++++-- 1 file 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 -- cgit