diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-11 04:38:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-11 04:38:22 +0800 |
commit | d3812ac87964127218a6a887854a5e47eb716961 (patch) | |
tree | fb4f0f90ee5b342c19509b7687a9cf022dba9b54 /textproc/libxml2 | |
parent | f8043fa85ba6f7d6e2fc4b7c386e66a059d2a72a (diff) | |
download | freebsd-ports-gnome-d3812ac87964127218a6a887854a5e47eb716961.tar.gz freebsd-ports-gnome-d3812ac87964127218a6a887854a5e47eb716961.tar.zst freebsd-ports-gnome-d3812ac87964127218a6a887854a5e47eb716961.zip |
- Add CPE info
Approved by: portmgr blanket
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 \ |