Disable stage for now until I can figure out how to make it work with waf.
Submitted by: Kenta Suzumoto <kentas@hush.com>
This commit is contained in:
parent
97b9e29435
commit
91c03df87d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329154
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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,7 +20,7 @@ USE_GNOME= cairo
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= PYTHON=${LOCALBASE}/bin/python3 \
|
||||
PREFIX=${STAGEDIR}${PREFIX}
|
||||
PREFIX=${PREFIX}
|
||||
|
||||
python_OLD_CMD?= /usr/bin/env python
|
||||
python_CMD?= ${LOCALBASE}/bin/python3
|
||||
|
|
Loading…
Reference in a new issue