svn commit: r329155 - head/graphics/py3-cairo
Koop Mast
kwm at FreeBSD.org
Thu Oct 3 07:43:37 UTC 2013
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
More information about the svn-ports-all
mailing list