diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-17 19:44:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-17 19:44:37 +0000 |
commit | d4107afed20259ebc2a1260e02e81a60583b5b18 (patch) | |
tree | 77e640f5af9c47437059692f5f593352c0c63261 /devel/py-psyco | |
parent | c5ea80ea108b1ad5c1966bca07e30c1a5c6f289d (diff) |
Notes
Diffstat (limited to 'devel/py-psyco')
-rw-r--r-- | devel/py-psyco/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/py-psyco/Makefile b/devel/py-psyco/Makefile index 77287cd8129e..86e0e57d1bf3 100644 --- a/devel/py-psyco/Makefile +++ b/devel/py-psyco/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= simuran@shaw.ca COMMENT= Python Specializing Compiler +ONLY_FOR_ARCHS= i386 + USE_PYTHON= yes USE_PYDISTUTILS=yes |