diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 20:41:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 20:41:07 +0800 |
commit | 3521c0d000b964ab9c5f39de5eec89b703bc24c4 (patch) | |
tree | fc344c9714f4dd182efd5ea3701eadda260b4d11 /sysutils | |
parent | 0b2f80c368be89253659480d586ea2a062f83948 (diff) | |
download | freebsd-ports-gnome-3521c0d000b964ab9c5f39de5eec89b703bc24c4.tar.gz freebsd-ports-gnome-3521c0d000b964ab9c5f39de5eec89b703bc24c4.tar.zst freebsd-ports-gnome-3521c0d000b964ab9c5f39de5eec89b703bc24c4.zip |
Broken on !i386 and !alpha: Does not compile
Diffstat (limited to 'sysutils')
-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> |