diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-23 01:32:01 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-23 01:32:01 +0000 |
commit | fa092daa61d0c954c8b676046cd7aa58a383ebe6 (patch) | |
tree | 5e5fd5522ff2fc9e2c978cf76973119f1021ff9d /textproc/libxml2/Makefile | |
parent | 337130b0e3f640c13873a6feb3ebc7f3f2d71617 (diff) | |
download | FreeBSD-ports-fa092daa61d0c954c8b676046cd7aa58a383ebe6.zip FreeBSD-ports-fa092daa61d0c954c8b676046cd7aa58a383ebe6.tar.gz |
Update to 2.6.12.
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 3369fc7..c5a30d7 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.6.11 -PORTREVISION= 1 +PORTVERSION= 2.6.12 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 @@ -19,7 +18,7 @@ COMMENT?= XML parser library for GNOME USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 USE_GNOME?= gnomehack gnometarget pkgconfig INSTALLS_SHLIB= yes USE_REINPLACE= yes |