diff options
author | jgh <jgh@FreeBSD.org> | 2012-12-11 08:48:33 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-12-11 08:48:33 +0800 |
commit | 87824dc36fb0922de2e2cfc122a5768b34c8a7e4 (patch) | |
tree | f54adb5fe36ec63414fbcc7bddf63f030a61bed1 /sysutils/cfengine33/Makefile | |
parent | d6837b2c583a26c0ca7cef6987b9b7d528b1200a (diff) | |
download | freebsd-ports-gnome-87824dc36fb0922de2e2cfc122a5768b34c8a7e4.tar.gz freebsd-ports-gnome-87824dc36fb0922de2e2cfc122a5768b34c8a7e4.tar.zst freebsd-ports-gnome-87824dc36fb0922de2e2cfc122a5768b34c8a7e4.zip |
- update libvirt to 1.0.0, and bump others for shlib change
- explictly tie to ABI version, required
- update historical headers
- add shared description for libvirt
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 014b61e8ff7b..528f015bd6a0 100644 --- a/sysutils/cfengine33/Makefile +++ b/sysutils/cfengine33/Makefile @@ -4,7 +4,7 @@ PORTNAME= cfengine PORTVERSION= 3.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -69,7 +69,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= virt:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= virt.1000:${PORTSDIR}/devel/libvirt .endif MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ |