diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-12-11 00:48:33 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-12-11 00:48:33 +0000 |
commit | 682ff4dbe092cf94b69852de81026452c500d36f (patch) | |
tree | f54adb5fe36ec63414fbcc7bddf63f030a61bed1 /devel/libvirt-java/Makefile | |
parent | 3c7388497a3b5aa57379744c65663fe16c52cb49 (diff) | |
download | ports-682ff4dbe092cf94b69852de81026452c500d36f.tar.gz ports-682ff4dbe092cf94b69852de81026452c500d36f.zip |
Notes
Diffstat (limited to 'devel/libvirt-java/Makefile')
-rw-r--r-- | devel/libvirt-java/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libvirt-java/Makefile b/devel/libvirt-java/Makefile index 079aa7b88541..20a7393f697b 100644 --- a/devel/libvirt-java/Makefile +++ b/devel/libvirt-java/Makefile @@ -1,7 +1,9 @@ +# Created by: Jason Helfman <jgh@FreeBSD.org> # $FreeBSD$ PORTNAME= libvirt-java PORTVERSION= 0.4.9 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= http://libvirt.org/sources/java/ \ ftp://libvirt.org/libvirt/java/ @@ -11,7 +13,7 @@ COMMENT= Java bindings for the libvirt virtualization API LICENSE= MIT -LIB_DEPENDS= virt.10:${PORTSDIR}/devel/libvirt +LIB_DEPENDS= virt.1000:${PORTSDIR}/devel/libvirt BUILD_DEPENDS= jna>=3.2.7:${PORTSDIR}/devel/jna \ junit>=4.8.2:${PORTSDIR}/java/junit |