diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-07-02 09:30:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-07-02 09:30:30 +0000 |
commit | 248fb0cf959c572294c85f7a5522e7724fbd1530 (patch) | |
tree | 179b3ad9c4c782af1ee9406d8423080ea5cd22ff /textproc/libxml2/Makefile | |
parent | Add vtun, which is "the easiest way to create Virtual Tunnels over TCP/IP (diff) |
Bring libxml2 2.1.1 into the fold after a repo-copy. This will
eventually replace libxml for GNOME.
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 185a61fc0c61..01173c90e4e1 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: libxml +# New ports collection makefile for: libxml2 # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ # -PORTNAME= libxml -PORTVERSION= 1.8.8 +PORTNAME= libxml2 +PORTVERSION= 2.1.1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= stable/sources/libxml MAINTAINER= ade@FreeBSD.org USE_LIBTOOL= yes +CONFIGURE_ARGS= --without-iconv INSTALLS_SHLIB= yes .include <bsd.port.mk> |