diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-28 08:44:30 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-28 08:44:30 +0800 |
commit | d4df7a4088e123e7d4fea06d4e41eb93c5ecba29 (patch) | |
tree | 3316a706b4d448fe31cfacdd36b5774d7619e563 /devel | |
parent | 5153cf0a8f70d58cc42442b56a95744f6ce7b9f3 (diff) | |
download | freebsd-ports-graphics-d4df7a4088e123e7d4fea06d4e41eb93c5ecba29.tar.gz freebsd-ports-graphics-d4df7a4088e123e7d4fea06d4e41eb93c5ecba29.tar.zst freebsd-ports-graphics-d4df7a4088e123e7d4fea06d4e41eb93c5ecba29.zip |
Add CONFLICTS (devel/icu and devel/icu2 conflicts).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/icu/Makefile | 2 | ||||
-rw-r--r-- | devel/icu2/Makefile | 2 | ||||
-rw-r--r-- | devel/icu4/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/icu/Makefile b/devel/icu/Makefile index 0b5e056aa68..95d8082af5a 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= International Components for Unicode (from IBM) +CONFLICTS= icu2-[0-9]* + INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes diff --git a/devel/icu2/Makefile b/devel/icu2/Makefile index 277b81c9196..316d2bf687f 100644 --- a/devel/icu2/Makefile +++ b/devel/icu2/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= andrew@ids.pl COMMENT= International Components for Unicode +CONFLICTS= icu-[0-9]* + INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes diff --git a/devel/icu4/Makefile b/devel/icu4/Makefile index 0b5e056aa68..95d8082af5a 100644 --- a/devel/icu4/Makefile +++ b/devel/icu4/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= International Components for Unicode (from IBM) +CONFLICTS= icu2-[0-9]* + INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes |