diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-21 22:50:29 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-21 22:50:29 +0000 |
commit | b50a4b0708948c5766fb92a70bfc082efa53857b (patch) | |
tree | 5f9e6219e9207f083ae5e2fff1302ed5967538ef /sysutils/cfengine32/Makefile | |
parent | 6724089b21de676c367bbc41cca5651958d1b0f3 (diff) |
Notes
Diffstat (limited to 'sysutils/cfengine32/Makefile')
-rw-r--r-- | sysutils/cfengine32/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/cfengine32/Makefile b/sysutils/cfengine32/Makefile index dee2ed413f9c..6a7ad85efc61 100644 --- a/sysutils/cfengine32/Makefile +++ b/sysutils/cfengine32/Makefile @@ -3,7 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.2.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/ @@ -14,7 +14,7 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Systems administration tool for networks LATEST_LINK= cfengine32 -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} +FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} CONFLICTS= cfengine-[2]* cfengine-3.[345]* cfengine-devel-* @@ -23,8 +23,7 @@ USE_RC_SUBR= cf-execd cf-serverd LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USES= libtool -WITH_BDB_VER?= 47 -USE_BDB= yes +USE_BDB= 48+ USE_OPENSSL= yes GNU_CONFIGURE= yes # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 |