BROKEN on ia64 and sparc64: does not build

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-27 02:33:59 +00:00
parent cc900452c5
commit 1d7f4668ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132078

View file

@ -18,4 +18,10 @@ USE_OPENSSL= YES
MAN8= tund.8 MAN8= tund.8
MANCOMPRESSED= yes MANCOMPRESSED= yes
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Does not build on ia64 or sparc64"
.endif
.include <bsd.port.post.mk>