diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:53:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:53:23 +0800 |
commit | 1c486dd5e40b3e97464bb5f2073488718c2b364d (patch) | |
tree | 043fe37316133f8accd8b36715207e98eaff84b1 /devel | |
parent | f9e88eb85649a06a7e7ccc1d0f0a8ea03e8d622f (diff) | |
download | freebsd-ports-gnome-1c486dd5e40b3e97464bb5f2073488718c2b364d.tar.gz freebsd-ports-gnome-1c486dd5e40b3e97464bb5f2073488718c2b364d.tar.zst freebsd-ports-gnome-1c486dd5e40b3e97464bb5f2073488718c2b364d.zip |
- Cosmetic change
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-gevent/Makefile | 2 | ||||
-rw-r--r-- | devel/py-greenlet/Makefile | 2 | ||||
-rw-r--r-- | devel/py-isodate/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-gevent/Makefile b/devel/py-gevent/Makefile index 67a31b8a2a54..a663698a27a2 100644 --- a/devel/py-gevent/Makefile +++ b/devel/py-gevent/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= event:${PORTSDIR}/devel/libevent RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet USE_PYTHON= -2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes PYDISTUTILS_BUILDARGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/devel/py-greenlet/Makefile b/devel/py-greenlet/Makefile index e62aa48c8a73..48d7bd29731e 100644 --- a/devel/py-greenlet/Makefile +++ b/devel/py-greenlet/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT ONLY_FOR_ARCHS= amd64 i386 USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes USE_ZIP= yes .include <bsd.port.mk> diff --git a/devel/py-isodate/Makefile b/devel/py-isodate/Makefile index ce8aed8a4def..5ae3ce491ce1 100644 --- a/devel/py-isodate/Makefile +++ b/devel/py-isodate/Makefile @@ -11,7 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= ISO 8601 date/time/duration parser and formater USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|' ${WRKSRC}/${PYSETUP} |