Index: head/security/openca-tools-forked/Makefile =================================================================== --- head/security/openca-tools-forked/Makefile (revision 450545) +++ head/security/openca-tools-forked/Makefile (revision 450546) @@ -1,35 +1,31 @@ # Created by: Sergei Vyshenski # $FreeBSD$ PORTNAME= openca-tools-forked PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= security MAINTAINER= svysh.fbsd@gmail.com COMMENT= Tools to deal with SCEP and PKCS7 messages LICENSE= APACHE20 +BROKEN_SSL= openssl-devel + USE_GITHUB= yes GH_ACCOUNT= openxpki GNU_CONFIGURE= yes USES= gmake perl5 ssl CONFIGURE_ARGS+= --with-openssl-prefix=${OPENSSLBASE} # security/openssl already has a verify.1 manpage. post-install: .for f in sign.1 verify.1 @${MV} ${STAGEDIR}${PREFIX}/man/man1/${f} ${STAGEDIR}${PREFIX}/man/man1/openca-${f} .endfor -.include - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include +.include