diff options
author | mi <mi@FreeBSD.org> | 2010-01-10 22:12:49 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2010-01-10 22:12:49 +0800 |
commit | 39c4a455d3341cbece6533978c33a44a1a71f331 (patch) | |
tree | fb88311afd8bb8945356f3169d856c2617aae729 | |
parent | 6da30379a8925d761a04e0f47213fcdb729572d2 (diff) | |
download | freebsd-ports-graphics-39c4a455d3341cbece6533978c33a44a1a71f331.tar.gz freebsd-ports-graphics-39c4a455d3341cbece6533978c33a44a1a71f331.tar.zst freebsd-ports-graphics-39c4a455d3341cbece6533978c33a44a1a71f331.zip |
Add LATEST_LINK=icu4 to avoid clashes with devel/icu.
Notified by: erwin
-rw-r--r-- | devel/icu4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile index 2c2bc859a96..23ccb3733ca 100644 --- a/devel/icu4/Makefile +++ b/devel/icu4/Makefile @@ -17,6 +17,7 @@ COMMENT= International Components for Unicode (from IBM) OPTIONS= THREADS "Build thread-safe version of the library" on CONFLICTS= icu2-[0-9]* icu3-[0-9] +LATEST_LINK= icu4 USE_LDCONFIG= yes |