BROKEN on alpha: Does not build

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-02 01:05:49 +00:00
parent 1ce09cf697
commit 3296c45a1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125653

View File

@ -26,7 +26,13 @@ USE_GCC= 3.4
PLIST_FILES= bin/glob2
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not build on alpha"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/glob2 ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>