svn commit: r421744 - head/mail/qpopper

John Marino marino at FreeBSD.org
Sat Sep 10 21:29:30 UTC 2016


Author: marino
Date: Sat Sep 10 21:29:29 2016
New Revision: 421744
URL: https://svnweb.freebsd.org/changeset/ports/421744

Log:
  mail/qpopper: Move SSL requirement so it actually works
  
  Approved by:	SSL blanket

Modified:
  head/mail/qpopper/Makefile

Modified: head/mail/qpopper/Makefile
==============================================================================
--- head/mail/qpopper/Makefile	Sat Sep 10 21:20:53 2016	(r421743)
+++ head/mail/qpopper/Makefile	Sat Sep 10 21:29:29 2016	(r421744)
@@ -59,6 +59,8 @@ U_OPTION_DESC=	include support for user 
 OPTIONS_DEFAULT=	APOP SSL U_OPTION
 OPTION_SUB=	yes
 
+SSL_USES=	ssl
+
 .include <bsd.port.pre.mk>
 
 .if empty(PORT_OPTIONS:MAPOP)
@@ -124,7 +126,6 @@ USE_RC_SUBR=	 ${PORTNAME}
 
 # The default is to build without SSL/TLS support.
 .if ${PORT_OPTIONS:MSSL}
-USE_OPENSSL=	yes
 CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
 .endif
 


More information about the svn-ports-head mailing list