diff options
-rw-r--r-- | devel/icu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile index 707944a..8a54a4a 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -6,7 +6,8 @@ DISTVERSION= 59_1 PORTREVISION?= 0 # keep for icu-lx PORTEPOCH?= 1 CATEGORIES?= devel -MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ +MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \ + SF/${PORTNAME}/${PORTNAME:tu}4C/${PORTVERSION} DISTNAME= icu4c-${DISTVERSION}-src MAINTAINER= office@FreeBSD.org |