svn commit: r474867 - head/www/neon

Lev A. Serebryakov lev at FreeBSD.org
Wed Jul 18 14:28:58 UTC 2018


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 at 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>


More information about the svn-ports-all mailing list