diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
commit | c88aaf5c891059139a97c6a9da40fb5cbe102634 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /security/starttls | |
parent | 11c750925ed8e4b886a43e45df089896dd23e6f5 (diff) |
Notes
Diffstat (limited to 'security/starttls')
-rw-r--r-- | security/starttls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/starttls/Makefile b/security/starttls/Makefile index b2be196e910d..4ff194f642e5 100644 --- a/security/starttls/Makefile +++ b/security/starttls/Makefile @@ -2,7 +2,7 @@ PORTNAME= starttls PORTVERSION= 0.10 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/ @@ -12,5 +12,6 @@ COMMENT= Simple wrapper program for STARTTLS on ${EMACS_PORT_NAME} GNU_CONFIGURE= yes USES= gmake USE_EMACS= yes +USE_OPENSSL= yes .include <bsd.port.mk> |