diff options
| author | Jason Helfman <jgh@FreeBSD.org> | 2013-07-02 20:23:00 +0000 |
|---|---|---|
| committer | Jason Helfman <jgh@FreeBSD.org> | 2013-07-02 20:23:00 +0000 |
| commit | d92add59e5d87bfc1604fada0c3505b3a522eba9 (patch) | |
| tree | f61ddce117e4a8871b57ba9d36b9393ca93499c1 /sysutils/cfengine35 | |
| parent | aad5f9af942b3af149ac911c1782a5a2fd0d8df1 (diff) | |
Notes
Diffstat (limited to 'sysutils/cfengine35')
| -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> |
