diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-06 23:11:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-06 23:11:36 +0000 |
commit | 2a46c09c19d4d7376be0329c8c111687de3c3914 (patch) | |
tree | 91967029100597ac2d2e4aaefdf9054073f695fc /textproc/xerces-c2-devel | |
parent | 41979dd35f70b50159c8944f68b058eed0cd75ee (diff) | |
download | ports-2a46c09c19d4d7376be0329c8c111687de3c3914.tar.gz ports-2a46c09c19d4d7376be0329c8c111687de3c3914.zip |
Notes
Diffstat (limited to 'textproc/xerces-c2-devel')
-rw-r--r-- | textproc/xerces-c2-devel/Makefile | 5 |
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} |