1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

BROKEN on sparc64: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 21:46:22 +00:00
parent c347125376
commit ec118d17b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132019

View File

@ -18,4 +18,10 @@ USE_IMAKE= yes
USE_XPM= yes
MAN1= gwm.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
.include <bsd.port.post.mk>