diff options
author | jgh <jgh@FreeBSD.org> | 2013-07-03 04:23:00 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-07-03 04:23:00 +0800 |
commit | 95419a868edcf89199441b74b6be64ca1a14cd73 (patch) | |
tree | f61ddce117e4a8871b57ba9d36b9393ca93499c1 /sysutils/cfengine33/Makefile | |
parent | 5a59d49b86e773ee27970e933705de3305873863 (diff) | |
download | freebsd-ports-gnome-95419a868edcf89199441b74b6be64ca1a14cd73.tar.gz freebsd-ports-gnome-95419a868edcf89199441b74b6be64ca1a14cd73.tar.zst freebsd-ports-gnome-95419a868edcf89199441b74b6be64ca1a14cd73.zip |
- update to 1.1.0 and bump shared libraries in respective ports
- while here:
- fix option check in sysutils/cfengine34
- move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested by kwm@)
- restore ABI version in net-mgmt/collectd5
Diffstat (limited to 'sysutils/cfengine33/Makefile')
-rw-r--r-- | sysutils/cfengine33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine33/Makefile b/sysutils/cfengine33/Makefile index df2ed4f8e637..46bb9374bc3f 100644 --- a/sysutils/cfengine33/Makefile +++ b/sysutils/cfengine33/Makefile @@ -4,7 +4,7 @@ PORTNAME= cfengine PORTVERSION= 3.3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= PKGNAMESUFFIX= 33 @@ -70,7 +70,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt .endif MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ |