diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-09-19 18:20:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-09-19 18:20:50 +0800 |
commit | b65d9daaba174d845062b706919a23b24ba0e8a5 (patch) | |
tree | 77d0a829d6d2488c0a00e2e58bfcc9ee041984e9 /textproc/libxml2/Makefile | |
parent | 88ecaa4f15fe7387abe307205330b21533c933ae (diff) | |
download | freebsd-ports-gnome-b65d9daaba174d845062b706919a23b24ba0e8a5.tar.gz freebsd-ports-gnome-b65d9daaba174d845062b706919a23b24ba0e8a5.tar.zst freebsd-ports-gnome-b65d9daaba174d845062b706919a23b24ba0e8a5.zip |
Update to 2.4.5.
PR: 30648
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
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: |