diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-12-17 23:54:04 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-12-17 23:54:04 +0000 |
commit | cee0c06ddd716416bd0f8f512ec20b55c461730d (patch) | |
tree | 4528bee74c366634becd460455da90b382354b47 /net-mgmt/virtinst | |
parent | e2e126285fd6983f7016f20e1a19ffbb58a08c8a (diff) | |
download | ports-cee0c06ddd716416bd0f8f512ec20b55c461730d.tar.gz ports-cee0c06ddd716416bd0f8f512ec20b55c461730d.zip |
Notes
Diffstat (limited to 'net-mgmt/virtinst')
-rw-r--r-- | net-mgmt/virtinst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/virtinst/Makefile b/net-mgmt/virtinst/Makefile index 31c999c7aa8b..ee2dbc88d9a8 100644 --- a/net-mgmt/virtinst/Makefile +++ b/net-mgmt/virtinst/Makefile @@ -3,7 +3,7 @@ PORTNAME= virtinst PORTVERSION= 0.600.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org COMMENT= Module to help in starting installations inside of virtual machines -LIB_DEPENDS= virt.1001:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber FETCH_ARGS= -Fpr |