diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2010-10-04 12:03:49 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2010-10-04 12:03:49 +0000 |
commit | ef44aae3c9012254f6633d2a5d855a09762771e9 (patch) | |
tree | c45ec255317cef335e30f740cf546055c60c2ede /security/tor-devel/Makefile | |
parent | bc2dc86133d118d9f117dce682fe2e0a8371cae6 (diff) | |
download | ports-ef44aae3c9012254f6633d2a5d855a09762771e9.tar.gz ports-ef44aae3c9012254f6633d2a5d855a09762771e9.zip |
Notes
Diffstat (limited to 'security/tor-devel/Makefile')
-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 |