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/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile
index 0c9777e7a444..94c3f06325bf 100644
--- a/textproc/libxml++26/Makefile
+++ b/textproc/libxml++26/Makefile
@@ -7,23 +7,17 @@
#
PORTNAME= libxml++
-PORTVERSION= 0.13
+PORTVERSION= 0.14.p1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
-
-USE_REINPLACE= yes
-USE_GMAKE= yes
INSTALLS_SHLIB= yes
-post-patch:
- @${REINPLACE_CMD} -e "s|xml-config|xml2-config|g" ${WRKSRC}/configure
-
.include <bsd.port.mk>