Date: Wed, 18 Jul 2018 14:28:57 +0000 (UTC) From: "Lev A. Serebryakov" <lev@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474867 - head/www/neon Message-ID: <201807181428.w6IESvxn016127@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lev Date: Wed Jul 18 14:28:57 2018 New Revision: 474867 URL: https://svnweb.freebsd.org/changeset/ports/474867 Log: Unbreak build with openssl-devel. PR: 229862 Reported by: meta@FreeBSD.org Modified: head/www/neon/Makefile Modified: head/www/neon/Makefile ============================================================================== --- head/www/neon/Makefile Wed Jul 18 14:28:03 2018 (r474866) +++ head/www/neon/Makefile Wed Jul 18 14:28:57 2018 (r474867) @@ -3,6 +3,7 @@ PORTNAME= neon PORTVERSION= 0.30.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/lev @@ -59,10 +60,4 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneon.so.27.* -.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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807181428.w6IESvxn016127>