diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
commit | fab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /mail/spamdyke | |
parent | 829d284efdd1904e092f24ebc0a79dfa48355de1 (diff) | |
download | freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip |
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'mail/spamdyke')
-rw-r--r-- | mail/spamdyke/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index be6173cf992d..9e042f5b4f31 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -3,6 +3,7 @@ PORTNAME= spamdyke PORTVERSION= 5.0.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.spamdyke.org/releases/ @@ -29,6 +30,7 @@ DEBUG_DESC= Enable debugging output DEBUG_EXCESSIVE_DESC= Enable excessive debugging output TLS_CONFIGURE_ENABLE= tls +TLS_USE= OPENSSL=yes DEBUG_CONFIGURE_ENABLE= debug-output DEBUG_EXCESSIVE_CONFIGURE_ENABLE= excessive-output |