diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-19 10:20:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-19 10:20:50 +0000 |
commit | 53d84cb1d3276c213970e8da448c75e110d98dca (patch) | |
tree | 0087c1672d318f1ec09df94903533fba5da44249 /textproc/libxml2/Makefile | |
parent | ac406bd4d40bad4fe75fc43e378495af273fb11e (diff) |
Notes
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 8bd74ec91bd8..d2065bffdfdc 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.5 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml @@ -26,7 +25,7 @@ CONFIGURE_ARGS= --with-iconv \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -MAN1= xml2-config.1 xmllint.1 +MAN1= xml2-config.1 xmllint.1 xmlcatalog.1 MAN4= libxml.4 pre-patch: |