diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-10-16 05:36:05 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-10-16 05:36:05 +0000 |
commit | d01c77a494e8710c4806560225f486e34b60d24e (patch) | |
tree | 71a5d920f8b4609a68160391e52d172097c5040e /lang/python | |
parent | 443cc9ea79c6fe8c0ccb29e53c3e71e9ec69ef39 (diff) | |
download | ports-d01c77a494e8710c4806560225f486e34b60d24e.tar.gz ports-d01c77a494e8710c4806560225f486e34b60d24e.zip |
Notes
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index f4afc2575e05..46409584b548 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -73,7 +73,7 @@ PLIST_SUB+= X86_ONLY="@comment " .if ${ARCH} == amd64 CFLAGS+= -fPIC .endif -.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 +.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == alpha PLIST_SUB+= 32BIT_ONLY="@comment " .else PLIST_SUB+= 32BIT_ONLY="" |