diff options
author | linimon <linimon@FreeBSD.org> | 2010-03-22 14:06:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-03-22 14:06:54 +0800 |
commit | 2ec27c99c06abc14c0a98c6fb217e985052244b5 (patch) | |
tree | cfd0ad2bc08ff02ed48f6b53989d4a17f4cb42ca /devel | |
parent | c032a792b6eed22da6ae874ac0d714b0196a10b1 (diff) | |
download | freebsd-ports-gnome-2ec27c99c06abc14c0a98c6fb217e985052244b5.tar.gz freebsd-ports-gnome-2ec27c99c06abc14c0a98c6fb217e985052244b5.tar.zst freebsd-ports-gnome-2ec27c99c06abc14c0a98c6fb217e985052244b5.zip |
Mark as only for amd64 and i386: not yet ported to sparc64, untested on
other archs.
Hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-greenlet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-greenlet/Makefile b/devel/py-greenlet/Makefile index d213a615e6d0..5474fc598259 100644 --- a/devel/py-greenlet/Makefile +++ b/devel/py-greenlet/Makefile @@ -16,6 +16,7 @@ DISTNAME= greenlet-${PORTVERSION} MAINTAINER= peter.schuller@infidyne.com COMMENT= Light-weight microthreads for Python +ONLY_FOR_ARCHS= amd64 i386 USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= greenlet |