diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 12:41:07 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 12:41:07 +0000 |
commit | 3521c0d000b964ab9c5f39de5eec89b703bc24c4 (patch) | |
tree | fc344c9714f4dd182efd5ea3701eadda260b4d11 /sysutils/gpart | |
parent | 0b2f80c368be89253659480d586ea2a062f83948 (diff) | |
download | FreeBSD-ports-3521c0d000b964ab9c5f39de5eec89b703bc24c4.zip FreeBSD-ports-3521c0d000b964ab9c5f39de5eec89b703bc24c4.tar.gz |
Broken on !i386 and !alpha: Does not compile
Diffstat (limited to 'sysutils/gpart')
-rw-r--r-- | sysutils/gpart/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile index 0a0cb9d..9fbc7d6 100644 --- a/sysutils/gpart/Makefile +++ b/sysutils/gpart/Makefile @@ -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> |