summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-05-21 17:42:25 +0000
committerkris <kris@FreeBSD.org>2005-05-21 17:42:25 +0000
commit16bf67d17921caa8d08f64cb74ea77c2ea4f527c (patch)
tree07eca82a44eaf6d51aea5059b504faf816127dc0 /x11-toolkits
parentd6a41fc618ac63728f39eed9971038eb3f1c066b (diff)
downloadFreeBSD-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/Makefile4
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
OpenPOWER on IntegriCloud