diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2006-11-02 13:15:38 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2006-11-02 13:15:38 +0000 |
commit | 9d77caca741ab9671cbee5a52f2dc61c58efe221 (patch) | |
tree | ade32bb6cc7332f904fc6ae77bc34641e5a2d158 /net/xorp/Makefile | |
parent | ef3cfe34f8d70e86d8fbe1c5401e06c33d1f4192 (diff) | |
download | ports-9d77caca741ab9671cbee5a52f2dc61c58efe221.tar.gz ports-9d77caca741ab9671cbee5a52f2dc61c58efe221.zip |
Mark as broken on ia64.
Notes
Notes:
svn path=/head/; revision=176183
Diffstat (limited to 'net/xorp/Makefile')
-rw-r--r-- | net/xorp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 645a10491117..bee5b6cd5e3f 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -51,6 +51,10 @@ pre-everything:: .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= Does not compile on ia64 +.endif + XORP_GROUP= xorp USE_RC_SUBR= xorp |