diff options
author | kris <kris@FreeBSD.org> | 2005-05-21 17:42:25 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-21 17:42:25 +0000 |
commit | 16bf67d17921caa8d08f64cb74ea77c2ea4f527c (patch) | |
tree | 07eca82a44eaf6d51aea5059b504faf816127dc0 /x11-toolkits | |
parent | d6a41fc618ac63728f39eed9971038eb3f1c066b (diff) | |
download | FreeBSD-ports-16bf67d17921caa8d08f64cb74ea77c2ea4f527c.zip FreeBSD-ports-16bf67d17921caa8d08f64cb74ea77c2ea4f527c.tar.gz |
BROKEN on ia64: Does not link
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-qt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/p5-qt/Makefile b/x11-toolkits/p5-qt/Makefile index 9f259ae..874e2a5 100644 --- a/x11-toolkits/p5-qt/Makefile +++ b/x11-toolkits/p5-qt/Makefile @@ -40,6 +40,10 @@ MAN3= Qt.3 IGNORE= "This port needs Perl 5.6.0 or greater, please upgrade your Perl!" .endif +.if ${ARCH} == "ia64" +BROKEN= "Does not link on ia64" +.endif + post-configure: @cd ${CONFIGURE_WRKSRC}/PerlQt && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile |