aboutsummaryrefslogtreecommitdiff
path: root/devel/icu4
diff options
context:
space:
mode:
Diffstat (limited to 'devel/icu4')
-rw-r--r--devel/icu4/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile
index c1030754abd7..88f956d4caa9 100644
--- a/devel/icu4/Makefile
+++ b/devel/icu4/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://oss.software.ibm.com/developerworks/opensource/icu/project/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-COMMENT= International Components for Unicode (from IBM)
+COMMENT= International Components for Unicode (from IBM)(old version)
WRKSRC= ${WRKDIR}/${PORTNAME}/source
GNU_CONFIGURE= yes
@@ -22,4 +22,10 @@ CONFIGURE_ARGS+=--disable-shared --enable-static
CONFIGURE_ENV= CXXFLAGS="-O3"
CONFIGURE_ENV+= CFLAGS="-O3"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
+IGNORE= "does not build on this architecture, use devel/icu2 instead"
+.endif
+
+.include <bsd.port.post.mk>