mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
BROKEN on alpha: Does not build
Approved by: portmgr (self)
This commit is contained in:
parent
1ce09cf697
commit
3296c45a1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125653
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user