diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-10 20:38:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-10 20:38:22 +0000 |
commit | ce706e44e6f84c5bae9eb927bac17e6051831bb1 (patch) | |
tree | fb4f0f90ee5b342c19509b7687a9cf022dba9b54 /textproc/libxml2 | |
parent | c864708b250a365c060217bdc9d31b6f4e6c62b2 (diff) | |
download | ports-ce706e44e6f84c5bae9eb927bac17e6051831bb1.tar.gz ports-ce706e44e6f84c5bae9eb927bac17e6051831bb1.zip |
Notes
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 410ae6f8fde8..58b8f68b82d5 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -17,7 +17,8 @@ COMMENT?= XML parser library for GNOME .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes -USES+= gmake iconv libtool pathfix pkgconfig shebangfix +USES+= cpe gmake iconv libtool pathfix pkgconfig shebangfix +CPE_VENDOR= xmlsoft USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-iconv=${ICONV_PREFIX} \ --with-html-dir=${PREFIX}/share/doc \ |