diff options
Diffstat (limited to 'security/libressl/Makefile')
-rw-r--r-- | security/libressl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 08c9b03c6fa4..9562ef613e5b 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -3,6 +3,7 @@ PORTNAME= libressl PORTVERSION= 2.1.5 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_OPENBSD} MASTER_SITE_SUBDIR= LibreSSL @@ -16,6 +17,7 @@ CPE_VENDOR= openbsd CONFLICTS?= openssl-* GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-libtls USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes |