diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 12:41:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 12:41:07 +0000 |
commit | 282fec824b65c14098e55fae220805f5830f7d4f (patch) | |
tree | f12fe59ec18509317723866153b2608760a2350b /sysutils/gpart | |
parent | dee69a6c7ca84c117d5e57ce7410f62d956e8e06 (diff) | |
download | ports-282fec824b65c14098e55fae220805f5830f7d4f.tar.gz ports-282fec824b65c14098e55fae220805f5830f7d4f.zip |
Notes
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 0a0cb9d418f1..9fbc7d6de8da 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> |