diff options
author | vs <vs@FreeBSD.org> | 2007-08-13 10:16:13 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2007-08-13 10:16:13 +0800 |
commit | 75bf731ce0a5523b9cb982a045d1688da6fec89f (patch) | |
tree | 05daa55e3f8bb948f5439d6454dfcefccdc7c54a /x11-toolkits | |
parent | 78625003ffd07a5785cc9d05e7eb93af616dc8b5 (diff) | |
download | freebsd-ports-gnome-75bf731ce0a5523b9cb982a045d1688da6fec89f.tar.gz freebsd-ports-gnome-75bf731ce0a5523b9cb982a045d1688da6fec89f.tar.zst freebsd-ports-gnome-75bf731ce0a5523b9cb982a045d1688da6fec89f.zip |
Mark as BROKEN on IA64: does not compile, fix unknown.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-frantk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile index 3905fd55217b..1a977d055ec2 100644 --- a/x11-toolkits/hs-frantk/Makefile +++ b/x11-toolkits/hs-frantk/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 .if ${ARCH} == "amd64" CFLAGS+= -fPIC +.elif ${ARCH} == "ia64" +BROKEN= Does not compile .endif USE_GMAKE= yes |