diff options
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index a877b8f93f75..1453f708c96e 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -97,10 +97,4 @@ post-patch-DOCS-off: -e '/^install-data-am:/ s, install-info-am,,' \ ${WRKSRC}/doc/Makefile.in -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MOPENSSL} && ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |