diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-29 12:34:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-29 12:34:58 +0000 |
commit | f79f6e8938cda2a03cb23b82a5f0811c155464fd (patch) | |
tree | cc991be27091fa5e89bb766eaf7ced6ce87a7fba /textproc/libxml2/Makefile | |
parent | Fixed 2 bugs related to dependencies. (diff) |
U[date to 2.4.19.
PR: 36343
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 5806dd903d16..717dbbb0415f 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.4.17 -PORTREVISION= 1 +PORTVERSION= 2.4.19 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml @@ -20,6 +19,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes +USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ |