aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r--textproc/libxml2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index b07f1320e7c9..25c37e2b7c4a 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libxml2
-PORTVERSION= 2.2.11
+PORTVERSION= 2.3.0
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml
@@ -26,9 +26,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= xml2-config.1 xmllint.1
MAN4= libxml.4
-pre-patch:
- @find ${WRKSRC}/include -type f -name "*.h" | \
- xargs ${PERL} -pi -e 's|libxml/|libxml2/|'
- @${LN} -sf ${WRKSRC}/include/libxml ${WRKSRC}/include/libxml2
+#pre-patch:
+# @find ${WRKSRC}/include -type f -name "*.h" | \
+# xargs ${PERL} -pi -e 's|libxml/|libxml2/|'
+# @${LN} -sf ${WRKSRC}/include/libxml ${WRKSRC}/include/libxml2
.include <bsd.port.mk>