diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-18 22:40:33 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-18 22:40:33 +0000 |
commit | 879bb9b6c2afc1a1fdcaae10e5517ed41a01bbde (patch) | |
tree | 60fb3b997541e5036bd80197c72b9279f9805a16 /textproc/libxml2/Makefile | |
parent | e4aa77680dfea7fd90ee5180d148edc95e38f0f5 (diff) | |
download | ports-879bb9b6c2afc1a1fdcaae10e5517ed41a01bbde.tar.gz ports-879bb9b6c2afc1a1fdcaae10e5517ed41a01bbde.zip |
Fix build with LZMA. All supported versions have liblzma in the base.
Approved by: gnome (mezz)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=316079
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 89d73dce919a..7c42905d89f7 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -4,7 +4,7 @@ PORTNAME= libxml2 PORTVERSION= 2.8.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ http://xmlsoft.org/sources/ \ @@ -27,9 +27,8 @@ USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ + --with-lzma=/usr \ --without-python -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .if !defined(MASTERDIR) MAN1= xml2-config.1 xmllint.1 xmlcatalog.1 |