diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-23 06:01:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-23 06:01:29 +0800 |
commit | 509d0c5e14b7a6720e87fcc23472f0e925318783 (patch) | |
tree | 30d1ddc7c9cb0f01993c05a3c1080f5582e6216b /games/gbottler | |
parent | 02add750a56fc0791e24dd5c77cc8fe50bf90514 (diff) | |
download | freebsd-ports-gnome-509d0c5e14b7a6720e87fcc23472f0e925318783.tar.gz freebsd-ports-gnome-509d0c5e14b7a6720e87fcc23472f0e925318783.tar.zst freebsd-ports-gnome-509d0c5e14b7a6720e87fcc23472f0e925318783.zip |
Fix build when python symlink is not present
Diffstat (limited to 'games/gbottler')
-rw-r--r-- | games/gbottler/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/gbottler/Makefile b/games/gbottler/Makefile index ddc53f862865..390ea50591b4 100644 --- a/games/gbottler/Makefile +++ b/games/gbottler/Makefile @@ -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> |