aboutsummaryrefslogtreecommitdiff
path: root/security/ftimes
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-27 11:31:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-27 11:31:10 +0000
commit06b4ea3876d0bacdb8df68b06488f027ce18e1f8 (patch)
tree1b037def670694489104abae09b8b8337f0e5a08 /security/ftimes
parent542cd0842607c909c877863a282853066c72bca9 (diff)
downloadports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.tar.gz
ports-06b4ea3876d0bacdb8df68b06488f027ce18e1f8.zip
Replace bsd.openssl.mk with USES=ssl
Add a qa hint about needing, or not, USES=ssl. Fix ports doing silly things, like including bsd.openssl.mk directly. PR: 210322 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6866
Notes
Notes: svn path=/head/; revision=417651
Diffstat (limited to 'security/ftimes')
-rw-r--r--security/ftimes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile
index 607bc64dc290..54271ba662cc 100644
--- a/security/ftimes/Makefile
+++ b/security/ftimes/Makefile
@@ -61,6 +61,8 @@ HASHDIG_TOOLS_DESC= Install hashdig tools
MAP_TOOLS_DESC= Install map tools
XMAGIC_DESC= XMagic support
+SSL_USES= ssl
+
.include <bsd.port.pre.mk>
LIB_DEPENDS+= libpcre.so:devel/pcre
@@ -110,8 +112,6 @@ PLIST_SUB+= MAP_TOOLS="@comment "
.endif
.if ${PORT_OPTIONS:MSSL}
-# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE}
.else
CONFIGURE_ARGS+= --without-ssl