diff options
author | kris <kris@FreeBSD.org> | 2004-03-19 21:45:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-19 21:45:17 +0800 |
commit | 0649565390cb886b9cb40c857a7eed28a23ce9ec (patch) | |
tree | 693b6f8c96985bd59a0f2c62bdea5a09c8b52616 /news | |
parent | aef07abd75f3c17b4cd7953079be19764202b4dd (diff) | |
download | freebsd-ports-gnome-0649565390cb886b9cb40c857a7eed28a23ce9ec.tar.gz freebsd-ports-gnome-0649565390cb886b9cb40c857a7eed28a23ce9ec.tar.zst freebsd-ports-gnome-0649565390cb886b9cb40c857a7eed28a23ce9ec.zip |
BROKEN on ia64: Does not compile
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index f38d79ea26a9..a0c0fa90a30a 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -130,6 +130,10 @@ MAN8= actsync.8 actsyncd.8 archive.8 auth_smb.8 batcher.8 buffchan.8 \ .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" +.endif + .if defined(WITH_STANDARD_ETC) ETC_DIR= ${PREFIX}/etc/inn PLIST_SUB+= ETCDIR="etc/inn" |