aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-07 20:41:07 +0800
committerkris <kris@FreeBSD.org>2004-03-07 20:41:07 +0800
commit3521c0d000b964ab9c5f39de5eec89b703bc24c4 (patch)
treefc344c9714f4dd182efd5ea3701eadda260b4d11 /sysutils
parent0b2f80c368be89253659480d586ea2a062f83948 (diff)
downloadfreebsd-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/Makefile8
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>