aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xerces-c2-devel
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-03-07 07:11:36 +0800
committerflz <flz@FreeBSD.org>2005-03-07 07:11:36 +0800
commit1deed060e9ac06226153a393ebecb3986152f44e (patch)
tree6378f440b8b36dd1f1886fb84d8536be58421614 /textproc/xerces-c2-devel
parent6a7f3552ad39468dd9d9216b12a598c40a20736e (diff)
downloadfreebsd-ports-gnome-1deed060e9ac06226153a393ebecb3986152f44e.tar.gz
freebsd-ports-gnome-1deed060e9ac06226153a393ebecb3986152f44e.tar.zst
freebsd-ports-gnome-1deed060e9ac06226153a393ebecb3986152f44e.zip
- Fix dependency on devel/icu.
PR: ports/78462 Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer) Approved by: pav (mentor)
Diffstat (limited to 'textproc/xerces-c2-devel')
-rw-r--r--textproc/xerces-c2-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xerces-c2-devel/Makefile b/textproc/xerces-c2-devel/Makefile
index 58c22c1994cf..395e6dab2917 100644
--- a/textproc/xerces-c2-devel/Makefile
+++ b/textproc/xerces-c2-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xerces-c2
PORTVERSION= 2.6.0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_APACHE_XML}
MASTER_SITE_SUBDIR= xerces-c/source
@@ -45,8 +46,8 @@ PLIST_SUB+= TRANSICONV=""
PLIST_SUB+= TRANSICU="@comment "
.else
.if (${TRANSCODER} == "icu")
-PKGNAMESUFFIX+= -icu2
-LIB_DEPENDS+= icuuc.28:${PORTSDIR}/devel/icu2
+PKGNAMESUFFIX+= -icu
+LIB_DEPENDS+= icuuc.32:${PORTSDIR}/devel/icu
ICUROOT?= ${LOCALBASE}
CONFIGURE_ENV+= ICUROOT=${ICUROOT}
MAKE_ENV+= ICUROOT=${ICUROOT}