diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-04 10:07:59 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-04 10:07:59 +0000 |
commit | 60d6564a4770d06f99d0d463a8b38d4bc2e54abb (patch) | |
tree | 5e11373b4e9a8be29540cd62eca872966dbcc2bf /security/tor-devel | |
parent | c858b6ec88253945eafc97bcdcae0a7fb3394c2f (diff) | |
download | ports-60d6564a4770d06f99d0d463a8b38d4bc2e54abb.tar.gz ports-60d6564a4770d06f99d0d463a8b38d4bc2e54abb.zip |
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index d5fa76959845..500350e65b35 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -62,6 +62,8 @@ OPTIONS= BUFFEREVENTS "use libevent's buffered IO" off \ THREADS "multi-threading support" on \ TRANSPARENT "transparent proxy support" on +USE_OPENSSL= yes + USE_RC_SUBR= tor SUB_FILES= pkg-message @@ -73,7 +75,7 @@ CONFLICTS= tor-[0-9]* MANCOMPRESSED= no MAN1= tor.1 tor-resolve.1 torify.1 tor-gencert.1 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITH_GMAKE) USE_GMAKE= yes @@ -92,7 +94,6 @@ CONFIGURE_ARGS+= --enable-gcc-hardening (${OSVERSION} >= 900000 && ${OSVERSION} < 900027) ) WITH_OPENSSL_PORT= yes .endif -.include "${PORTSDIR}/Mk/bsd.openssl.mk" .if defined(WITH_BUFFEREVENTS) CONFIGURE_ARGS+= --enable-bufferevents @@ -181,4 +182,4 @@ check regression-test test: build @( cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check ) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |