aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxml++
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxml++')
-rw-r--r--textproc/libxml++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile
index 2fd0adc70d10..1769ef4eed56 100644
--- a/textproc/libxml++/Makefile
+++ b/textproc/libxml++/Makefile
@@ -18,12 +18,12 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e "s|xml-config|xml2-config|g" ${WRKSRC}/configure
- @${PERL} -pi -e "s|libxml/|libxml2/|g" ${WRKSRC}/xml++.h
.include <bsd.port.mk>