svn commit: r462137 - head/net/mpd5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 17 12:00:35 UTC 2018


Author: sunpoet
Date: Sat Feb 17 12:00:33 2018
New Revision: 462137
URL: https://svnweb.freebsd.org/changeset/ports/462137

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/mpd5/Makefile

Modified: head/net/mpd5/Makefile
==============================================================================
--- head/net/mpd5/Makefile	Sat Feb 17 12:00:28 2018	(r462136)
+++ head/net/mpd5/Makefile	Sat Feb 17 12:00:33 2018	(r462137)
@@ -14,6 +14,8 @@ COMMENT=	Multi-link PPP daemon based on netgraph(4)
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_SSL=	openssl-devel
+
 OPTIONS_DEFINE=	NG_IPACCT
 NG_IPACCT_DESC=	Use ng_ipacct kernel module from port
 
@@ -45,10 +47,4 @@ PLIST_FILES=	${CONFSUF:S/^/etc\/mpd5\/mpd./:S/$/.sampl
 PLIST_FILES+=	man/man8/mpd5.8.gz
 .endif
 
-.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>


More information about the svn-ports-head mailing list