diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-20 18:44:10 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-20 18:44:10 +0000 |
commit | 6780865028765b5e97506ecca9ab56f2d5abc418 (patch) | |
tree | 2a7181eff71a684ea71dfb4fcd3fa83aa364c068 /textproc/xerces-c2/Makefile | |
parent | 5d0e11ee1aa0a4244569eac8a2bc86e000cd6761 (diff) | |
download | ports-6780865028765b5e97506ecca9ab56f2d5abc418.tar.gz ports-6780865028765b5e97506ecca9ab56f2d5abc418.zip |
Notes
Diffstat (limited to 'textproc/xerces-c2/Makefile')
-rw-r--r-- | textproc/xerces-c2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile index 523434a61ff9..f2803055ee00 100644 --- a/textproc/xerces-c2/Makefile +++ b/textproc/xerces-c2/Makefile @@ -6,14 +6,13 @@ # PORTNAME= xerces-c2 -PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTVERSION= 2.7.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_APACHE_XML} MASTER_SITE_SUBDIR= xerces-c/source DISTNAME= xerces-c-src_${PORTVERSION:S/./_/g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kenm@icarz.com COMMENT= Validating XML parser from the Apache XML Project OPTIONS= THREADS "Build a thread enabled shared library." on \ @@ -47,7 +46,7 @@ PLIST_SUB+= TRANSICU="@comment " .else .if (${TRANSCODER} == "icu") PKGNAMESUFFIX+= -icu -LIB_DEPENDS+= icuuc.32:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icuuc.34:${PORTSDIR}/devel/icu ICUROOT?= ${LOCALBASE} CONFIGURE_ENV+= ICUROOT=${ICUROOT} MAKE_ENV+= ICUROOT=${ICUROOT} |