BROKEN on !i386: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 04:34:41 +00:00
parent 98e446c349
commit ab7ba5abd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101811

View file

@ -19,4 +19,10 @@ USE_GNOME= gnomehack
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>