BROKEN on alpha: Does not build

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-02 00:53:07 +00:00
parent 7a05ec19e5
commit 3737398a61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125646

View File

@ -31,6 +31,10 @@ ALLTARGET= all doc
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not compile on alpha"
.endif
.if ${OSVERSION} < 500000
USE_GCC= 3.4
.endif