diff options
Diffstat (limited to 'textproc/xalan-c/Makefile')
-rw-r--r-- | textproc/xalan-c/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 7ae1c2bc19f4..01fa4b4da133 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -7,8 +7,7 @@ # ------------------------------------------------------------------------------ PORTNAME= xalan-c -PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_APACHE_XML:S/$/:msax,docs/} MASTER_SITE_SUBDIR= ${PORTNAME}/source/:msax ${PORTNAME}/docs/:docs @@ -146,7 +145,7 @@ SAMPLE_BINS= CompileStylesheet DocumentBuilder ExternalFunction \ ParsedSourceWrappers SerializeNodeSet SimpleTransform \ SimpleXPathAPI SimpleXPathCAPI StreamTransform \ TraceListen TransformToXercesDOM UseStylesheetParam \ - XPathWrapper XalanTransform XalanTransformerCallback + XalanTransform XalanTransformerCallback ThreadSafe .else PLIST_SUB+= NO_SAMPLES="@comment " .endif |