aboutsummaryrefslogtreecommitdiff
path: root/www/webkit-gtk2/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-03-24 15:51:45 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-03-24 15:51:45 +0000
commit3e3724d9b04e2108ba96bef4a3d12fb72e3b2213 (patch)
tree932f74bc8cf5eee561e731c521742368f3ce2d9c /www/webkit-gtk2/Makefile
parent92e918a4065128a5f8f2525e40d4b711310cd504 (diff)
downloadports-3e3724d9b04e2108ba96bef4a3d12fb72e3b2213.tar.gz
ports-3e3724d9b04e2108ba96bef4a3d12fb72e3b2213.zip
- Fix build on sparc64
Notes
Notes: svn path=/head/; revision=251445
Diffstat (limited to 'www/webkit-gtk2/Makefile')
-rw-r--r--www/webkit-gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 13ec8118bdcf..b04adbd37deb 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -50,8 +50,8 @@ OPTIONS= VIDEO "Enable video support" on \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64 or sparc64
+.if ${ARCH} == "ia64"
+BROKEN= Does not compile on ia64
.endif
.if exists (${LOCALBASE}/lib/libicutu.so.43)