diff options
Diffstat (limited to 'sysutils/libvirt')
-rw-r--r-- | sysutils/libvirt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index d7f1fc60bc4..c8030143ddd 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/04 21:30:51 gls Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/23 19:51:10 asau Exp $ DISTNAME= libvirt-0.9.3 PKGREVISION= 7 @@ -10,8 +10,6 @@ HOMEPAGE= http://libvirt.org/ COMMENT= Virtualisation toolkit for host operating systems LICENSE= gnu-lgpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-vbox=no --sysconfdir=${EGDIR} --localstatedir=${VARBASE} CONFIGURE_ARGS+= --without-macvtap |