1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Broken on !i386 and !alpha: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-07 12:41:07 +00:00
parent dee69a6c7c
commit 282fec824b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103191

View File

@ -23,4 +23,10 @@ PLIST_FILES= sbin/gpart
MAKE_ARGS+= LDFLAGS=-static
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
BROKEN= "Does not compile on !i386 and !alpha"
.endif
.include <bsd.port.post.mk>