diff options
Diffstat (limited to 'sysutils/cfengine35/Makefile')
-rw-r--r-- | sysutils/cfengine35/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile index 936023eef436..e152ac5306b1 100644 --- a/sysutils/cfengine35/Makefile +++ b/sysutils/cfengine35/Makefile @@ -3,6 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cfengine.com/source-code/download?file= @@ -75,7 +76,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 .include <bsd.port.post.mk> |