diff options
author | asau <asau@pkgsrc.org> | 2012-08-14 12:04:51 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-14 12:04:51 +0000 |
commit | c996d870c721f7873407bd89c9181b997adb7a4f (patch) | |
tree | 2addec7e2d326a73510d5d5cd61f5198d306d1e7 /sysutils | |
parent | bd1f50961f495eaa376d51baf01e7ad7e64871b7 (diff) | |
download | pkgsrc-c996d870c721f7873407bd89c9181b997adb7a4f.tar.gz |
Honour VARBASE, bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libvirt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index 932d943c616..1199cd8e211 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/07/05 15:44:06 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2012/08/14 12:04:51 asau Exp $ DISTNAME= libvirt-0.9.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://libvirt.org/sources/ @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-vbox=no --sysconfdir=${EGDIR} +CONFIGURE_ARGS+= --with-vbox=no --sysconfdir=${EGDIR} --localstatedir=${VARBASE} USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes |