diff options
Diffstat (limited to 'sysutils/cfengine-devel/Makefile')
-rw-r--r-- | sysutils/cfengine-devel/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index 733e821d014a..579c4f9d97be 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -1,13 +1,9 @@ - -# Date created: February 2, 2009 -# Whom: jrhett@netconsonance.com -# +# Created by: jrhett@netconsonance.com # $FreeBSD$ -# PORTNAME= cfengine PORTVERSION= 3.4.0b2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -84,7 +80,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql .if defined(WITH_LIBVIRT) 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 \ |