diff options
author | bf <bf@FreeBSD.org> | 2010-10-04 20:03:49 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2010-10-04 20:03:49 +0800 |
commit | d5bf790efdfe4a46c4b0e6cac623f1b958e67a68 (patch) | |
tree | 0218b685dc70e3b46295c0cdd4fcb34ae3e7928d /security | |
parent | d732001800faa8038efecd8d70c501a6304396d4 (diff) | |
download | freebsd-ports-gnome-d5bf790efdfe4a46c4b0e6cac623f1b958e67a68.tar.gz freebsd-ports-gnome-d5bf790efdfe4a46c4b0e6cac623f1b958e67a68.tar.zst freebsd-ports-gnome-d5bf790efdfe4a46c4b0e6cac623f1b958e67a68.zip |
Fix conditional openssl dependence; bump PORTREVISION
Approved by: makc, miwi (co-mentors, implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 78827476f417..45f354f6763c 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.2.17-alpha +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ @@ -21,7 +22,6 @@ COMMENT= An anonymizing overlay network for TCP LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent GNU_CONFIGURE= yes -USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl-dir="${OPENSSLBASE}" --disable-asciidoc CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" @@ -46,6 +46,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE .if ( ${OSVERSION} < 801000 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900011) ) WITH_OPENSSL_PORT= yes .endif +.include "${PORTSDIR}/Mk/bsd.openssl.mk" .if defined(WITH_BUFFREELISTS) CONFIGURE_ARGS+= --enable-buf-freelists |