Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 21:44:48 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421746 - head/mail/tpop3d
Message-ID:  <201609102144.u8ALimch036893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609102144.u8ALimch036893>