svn commit: r421746 - head/mail/tpop3d

John Marino marino at FreeBSD.org
Sat Sep 10 21:44:49 UTC 2016


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

Log:
  mail/tpop3d: Configure SSL library properly

Modified:
  head/mail/tpop3d/Makefile

Modified: head/mail/tpop3d/Makefile
==============================================================================
--- head/mail/tpop3d/Makefile	Sat Sep 10 21:38:21 2016	(r421745)
+++ head/mail/tpop3d/Makefile	Sat Sep 10 21:44:48 2016	(r421746)
@@ -10,12 +10,13 @@ MASTER_SITES=	SAVANNAH
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Virtual-domain capable POP3 server supporting MySQL, PgSQL etc auth
 
-USE_OPENSSL=	yes
+USES=		ssl
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib -lcrypto
 CONFIGURE_ARGS=	--enable-auth-other \
 		--enable-tcp-wrappers \
 		--enable-tls \
+		--with-openssl-root=${OPENSSLBASE} \
 		--with-mailspool-directory=/var/mail
 
 OPTIONS_DEFINE=	LDAP PERLAUTH PASSWDAUTH FLATAUTH GDBMAUTH MAILDIR MBOXINDICES DRAC FIX_PERLAUTH DOCS


More information about the svn-ports-head mailing list