Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 22:01:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426873 - head/games/gbottler
Message-ID:  <201611222201.uAMM1T1p069920@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Nov 22 22:01:29 2016
New Revision: 426873
URL: https://svnweb.freebsd.org/changeset/ports/426873

Log:
  Fix build when python symlink is not present

Modified:
  head/games/gbottler/Makefile

Modified: head/games/gbottler/Makefile
==============================================================================
--- head/games/gbottler/Makefile	Tue Nov 22 22:00:09 2016	(r426872)
+++ head/games/gbottler/Makefile	Tue Nov 22 22:01:29 2016	(r426873)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gbottler
 PORTVERSION=	0.1.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SFJP/gbottler/45155
 
@@ -11,8 +11,10 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SSTP Bottle client
 
 NO_ARCH=	yes
-USES=		gettext-tools gmake python:2
+USES=		gettext-tools gmake python:2.7 shebangfix
+SHEBANG_FILES=	src/*.py src/viewer/*.py
 USE_GNOME=	pygtk2
+MAKE_ARGS=	PYTHON=${PYTHON_CMD}
 PLIST_SUB=	VERSION=${PORTVERSION}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611222201.uAMM1T1p069920>