diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 05:44:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 05:44:48 +0800 |
commit | 5384fe2721cd5bebce6f49ff05baca2a8e458da1 (patch) | |
tree | acc6f8125dc932fcb83fdca9f1cc5e217edbefaa /mail/tpop3d | |
parent | 25e960e2837580d90257d71d3127b2ef4135b5cc (diff) | |
download | freebsd-ports-gnome-5384fe2721cd5bebce6f49ff05baca2a8e458da1.tar.gz freebsd-ports-gnome-5384fe2721cd5bebce6f49ff05baca2a8e458da1.tar.zst freebsd-ports-gnome-5384fe2721cd5bebce6f49ff05baca2a8e458da1.zip |
mail/tpop3d: Configure SSL library properly
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 |