aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml++26/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxml++26/Makefile')
-rw-r--r--textproc/libxml++26/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile
index d77f0f0afa30..86b782bb33d9 100644
--- a/textproc/libxml++26/Makefile
+++ b/textproc/libxml++26/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libxml++
-PORTVERSION= 0.23.0
+PORTVERSION= 0.24.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
@@ -16,13 +16,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= XML API for C++
USE_GNOME= gnomehack libxml2
-USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|<istream>|<iostream>|g' ${WRKSRC}/libxml++/document.cc
-
.include <bsd.port.mk>