aboutsummaryrefslogtreecommitdiff
path: root/mail/nbsmtp
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
commitc88aaf5c891059139a97c6a9da40fb5cbe102634 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /mail/nbsmtp
parent11c750925ed8e4b886a43e45df089896dd23e6f5 (diff)
downloadports-c88aaf5c891059139a97c6a9da40fb5cbe102634.tar.gz
ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.zip
Add missing USE_OPENSSL=yes
PR: 195796
Notes
Notes: svn path=/head/; revision=377064
Diffstat (limited to 'mail/nbsmtp')
-rw-r--r--mail/nbsmtp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile
index be64cfd4365c..c56edac1f7d4 100644
--- a/mail/nbsmtp/Makefile
+++ b/mail/nbsmtp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nbsmtp
PORTVERSION= 1.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= LOCAL/ehaupt
@@ -13,8 +13,8 @@ COMMENT= Simple program for outgoing SMTP delivery
LICENSE= GPLv2
GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+= --enable-ssl --enable-ipv6
+CONFIGURE_ARGS= --enable-ssl --enable-ipv6
+USE_OPENSSL= yes
PLIST_FILES= bin/nbsmtp man/man5/nbsmtprc.5.gz man/man8/nbsmtp.8.gz