diff options
author | Volker Stolz <vs@FreeBSD.org> | 2007-08-13 02:16:13 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2007-08-13 02:16:13 +0000 |
commit | 86b60c23c7f2e2a6544b641d7392d92ee6b7c293 (patch) | |
tree | 2047df09ce73189726c5108d70ddacecc78e12d9 /x11-toolkits | |
parent | d313e42eeeaecb7db9a42f49822131f0283b79f8 (diff) | |
download | ports-86b60c23c7f2e2a6544b641d7392d92ee6b7c293.tar.gz ports-86b60c23c7f2e2a6544b641d7392d92ee6b7c293.zip |
Notes
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 |