BROKEN on !i386: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 22:00:43 +00:00
parent 6c8de996fe
commit 519f05742f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132028

View file

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