diff options
author | jgh <jgh@FreeBSD.org> | 2013-12-18 07:54:04 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-12-18 07:54:04 +0800 |
commit | 098d6d49e03b5fd9388cb7f1f0500ea3001dd97f (patch) | |
tree | 4528bee74c366634becd460455da90b382354b47 /sysutils/cfengine34 | |
parent | 46d94af34f2b23ad807cb1850c397631224c0e73 (diff) | |
download | freebsd-ports-gnome-098d6d49e03b5fd9388cb7f1f0500ea3001dd97f.tar.gz freebsd-ports-gnome-098d6d49e03b5fd9388cb7f1f0500ea3001dd97f.tar.zst freebsd-ports-gnome-098d6d49e03b5fd9388cb7f1f0500ea3001dd97f.zip |
- update to 1.2.0 and bump shared libraries in respective ports
- while here shift new lib_depends format where needed
Changes: http://libvirt.org/news.html
Diffstat (limited to 'sysutils/cfengine34')
-rw-r--r-- | sysutils/cfengine34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine34/Makefile b/sysutils/cfengine34/Makefile index c870730d86db..15c82e606288 100644 --- a/sysutils/cfengine34/Makefile +++ b/sysutils/cfengine34/Makefile @@ -3,7 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -78,7 +78,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= virt.1001${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt .endif MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ |