diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:42:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:42:25 +0000 |
commit | 740ed3fb662cae3573058d9aad77e1ae43a32716 (patch) | |
tree | c23b4391ab6e75ca72bd83dff0d0f29f6e190b91 /x11-toolkits/p5-qt | |
parent | 2e21a78075338fe4e59eac8e1d6a293a8412c31a (diff) | |
download | ports-740ed3fb662cae3573058d9aad77e1ae43a32716.tar.gz ports-740ed3fb662cae3573058d9aad77e1ae43a32716.zip |
BROKEN on ia64: Does not link
Notes
Notes:
svn path=/head/; revision=135790
Diffstat (limited to 'x11-toolkits/p5-qt')
-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 9f259aed54a3..874e2a555887 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 |