aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-cairo
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-10-03 15:29:52 +0800
committerKoop Mast <kwm@FreeBSD.org>2013-10-03 15:29:52 +0800
commit91c03df87d568a88f566b20e9df7ea8a77c8abc3 (patch)
treec7ba4e7f23c247a24c1ef65d7690f7a32c43ae57 /graphics/py-cairo
parent97b9e294354c03f7a92e29bc3349de6f681d5533 (diff)
downloadfreebsd-ports-gnome-91c03df87d568a88f566b20e9df7ea8a77c8abc3.tar.gz
freebsd-ports-gnome-91c03df87d568a88f566b20e9df7ea8a77c8abc3.tar.zst
freebsd-ports-gnome-91c03df87d568a88f566b20e9df7ea8a77c8abc3.zip
Disable stage for now until I can figure out how to make it work with waf.
Submitted by: Kenta Suzumoto <kentas@hush.com>
Diffstat (limited to 'graphics/py-cairo')
-rw-r--r--graphics/py-cairo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index 9f42ed50bca8..9d1e7bb0915a 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -4,6 +4,7 @@
PORTNAME= cairo
PORTVERSION= 1.10.0
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://cairographics.org/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,8 +20,9 @@ USE_GNOME= cairo
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= PYTHON=${LOCALBASE}/bin/python2 \
- PREFIX=${STAGEDIR}${PREFIX}
+ PREFIX=${PREFIX}
+NO_STAGE= yes
python_OLD_CMD?= /usr/bin/env python
python_CMD?= ${LOCALBASE}/bin/python2
SHEBANG_FILES= examples/*.py examples/*/*.py waf test/*.py