svn commit: r426873 - head/games/gbottler

Antoine Brodin antoine at FreeBSD.org
Tue Nov 22 22:01:30 UTC 2016


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 at 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>


More information about the svn-ports-all mailing list