Date: Thu, 3 Oct 2013 07:43:37 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329155 - head/graphics/py3-cairo Message-ID: <201310030743.r937hbug099264@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Oct 3 07:43:37 2013 New Revision: 329155 URL: http://svnweb.freebsd.org/changeset/ports/329155 Log: Add forgotten NO_STAGE keyword. Modified: head/graphics/py3-cairo/Makefile Modified: head/graphics/py3-cairo/Makefile ============================================================================== --- head/graphics/py3-cairo/Makefile Thu Oct 3 07:29:52 2013 (r329154) +++ head/graphics/py3-cairo/Makefile Thu Oct 3 07:43:37 2013 (r329155) @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= PYTHON=${LOCALBASE}/bin/python3 \ PREFIX=${PREFIX} +NO_STAGE= yes python_OLD_CMD?= /usr/bin/env python python_CMD?= ${LOCALBASE}/bin/python3 SHEBANG_FILES= examples/*.py examples/*/*.py waf test/*.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310030743.r937hbug099264>