Fix building on the Alpha.

Submitted by:	gallatin
This commit is contained in:
Thomas Gellekum
2002-05-16 12:07:26 +00:00
parent 1bc6ea3fd4
commit e399f180fd
22 changed files with 110 additions and 44 deletions

View File

@@ -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>