diff options
author | arved <arved@FreeBSD.org> | 2016-03-17 00:06:21 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2016-03-17 00:06:21 +0800 |
commit | 191039eac5b2abf8d02f5e7a447272265af1cbb5 (patch) | |
tree | 5b94c0fa7ffa3cf175b37c04c6bd35bb384628f9 /www | |
parent | 095a666f5b56082de1819c88c993b264ae467265 (diff) | |
download | freebsd-ports-gnome-191039eac5b2abf8d02f5e7a447272265af1cbb5.tar.gz freebsd-ports-gnome-191039eac5b2abf8d02f5e7a447272265af1cbb5.tar.zst freebsd-ports-gnome-191039eac5b2abf8d02f5e7a447272265af1cbb5.zip |
Disable PACKAGE_BUILDING. package building doesn't work with python != 2.7
Diffstat (limited to 'www')
-rw-r--r-- | www/rtv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/rtv/Makefile b/www/rtv/Makefile index 9318beefc60c..9191c8892f18 100644 --- a/www/rtv/Makefile +++ b/www/rtv/Makefile @@ -22,4 +22,8 @@ GH_TAGNAME= 201ef8e USES= tar:xz python:3.3+ USE_PYTHON= distutils autoplist +.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} +IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} +.endif + .include <bsd.port.mk> |