diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-07-06 22:34:54 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-07-06 22:34:54 +0000 |
commit | 711270f27bdba0456656a69006561f4434f9ec35 (patch) | |
tree | 94c26f24d6ad2dc22d4ce25881b41c07a3684e5e /devel/libvirt/Makefile | |
parent | 4fc466d1afd9b4d46f80b6935ad55f024bd735ee (diff) | |
download | ports-711270f27bdba0456656a69006561f4434f9ec35.tar.gz ports-711270f27bdba0456656a69006561f4434f9ec35.zip |
- Update to 0.9.3
PR: ports/158688
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=277195
Diffstat (limited to 'devel/libvirt/Makefile')
-rw-r--r-- | devel/libvirt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 563b405c1fa3..2b0ff8eaaa59 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libvirt -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ @@ -16,6 +15,7 @@ COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 GNU_CONFIGURE= yes +USE_AUTOTOOLS= automake autoconf CONFIGURE_ARGS= --without-libssh2 \ --without-sasl \ --without-yajl \ @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --without-libssh2 \ --without-network USE_GMAKE= yes USE_GNOME= gnomehack +GNOME_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes USE_PYTHON_BUILD= yes PLIST_SUB= PORTVERSION="-${PORTVERSION}" |