diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-10 21:44:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-10 21:44:48 +0000 |
commit | ee2d0f6dfda468514b3b50e198972da714c2d5c0 (patch) | |
tree | acc6f8125dc932fcb83fdca9f1cc5e217edbefaa /mail/tpop3d | |
parent | 5ee99ed57e9241716b70109214c590fe71b8feb8 (diff) | |
download | ports-ee2d0f6dfda468514b3b50e198972da714c2d5c0.tar.gz ports-ee2d0f6dfda468514b3b50e198972da714c2d5c0.zip |
mail/tpop3d: Configure SSL library properly
Notes
Notes:
svn path=/head/; revision=421746
Diffstat (limited to 'mail/tpop3d')
-rw-r--r-- | mail/tpop3d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index f28dd37915f3..5c8003d820d3 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -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 |