1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Fix build when python symlink is not present

This commit is contained in:
Antoine Brodin 2016-11-22 22:01:29 +00:00
parent 543d76f6fc
commit 88c0852ce8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426873

View File

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