aboutsummaryrefslogtreecommitdiff
path: root/archivers/unrar
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-15 00:46:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-15 00:46:45 +0000
commitf02e4c3db299c85320707107087ca389ee9d0569 (patch)
treee22a96a29eae9d1167c416ce7edf50a8ec7ebe5d /archivers/unrar
parentc1b6f0a68d3aa62ee219de4b9035d4fa3cad8284 (diff)
downloadports-f02e4c3db299c85320707107087ca389ee9d0569.tar.gz
ports-f02e4c3db299c85320707107087ca389ee9d0569.zip
Use BROKEN_SSL
Notes
Notes: svn path=/head/; revision=438552
Diffstat (limited to 'archivers/unrar')
-rw-r--r--archivers/unrar/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index 142c63f705a2..97928e6bfd58 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -12,6 +12,8 @@ DISTNAME= unrarsrc-5.4.5
MAINTAINER?= sunpoet@FreeBSD.org
COMMENT= Extract, view & test RAR archives
+BROKEN_SSL= openssl-devel
+
OPTIONS_DEFINE= DOCS OPENSSL_AES
OPTIONS_DEFAULT=OPENSSL_AES
OPENSSL_AES_DESC= Use OpenSSL implementation of AES
@@ -37,10 +39,4 @@ do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>