diff options
-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 |