diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-26 05:45:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-26 05:45:26 +0000 |
commit | 3860ac2d79700167b0032865af2dd82f5e07050d (patch) | |
tree | cb530c851c4f6e7d5321edd56de5bc72f950300c /textproc/libxml++ | |
parent | defed5d08075c9764860913480098375e480bb37 (diff) | |
download | ports-3860ac2d79700167b0032865af2dd82f5e07050d.tar.gz ports-3860ac2d79700167b0032865af2dd82f5e07050d.zip |
Notes
Diffstat (limited to 'textproc/libxml++')
-rw-r--r-- | textproc/libxml++/Makefile | 2 |
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> |