diff options
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r-- | lang/python26/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 82dcf8db72d2..b37625756592 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -95,4 +95,10 @@ post-install: (cd ${DEMODIR}; tar xf -) .endif +.if ${ARCH} == i386 +PLIST_SUB+= X86_ONLY="" +.else +PLIST_SUB+= X86_ONLY="@comment " +.endif + .include <bsd.port.post.mk> |