svn commit: r420755 - in head/net: ntp ntp-devel

Cy Schubert cy at FreeBSD.org
Wed Aug 24 03:22:00 UTC 2016


Author: cy
Date: Wed Aug 24 03:21:59 2016
New Revision: 420755
URL: https://svnweb.freebsd.org/changeset/ports/420755

Log:
  Record an indirect libwww dependency.

Modified:
  head/net/ntp-devel/Makefile
  head/net/ntp/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Wed Aug 24 03:20:46 2016	(r420754)
+++ head/net/ntp-devel/Makefile	Wed Aug 24 03:21:59 2016	(r420755)
@@ -13,7 +13,8 @@ DISTNAME=	${PORTNAME}-dev-${PORTVERSION:
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
-LIB_DEPENDS=	libevent.so:devel/libevent2
+LIB_DEPENDS=	libevent.so:devel/libevent2 \
+		LIB_DEPENDS+=libmd5.so:www/libwww
 
 CONFLICTS=	ntp-[0-9].* ntp-rc-*
 

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Wed Aug 24 03:20:46 2016	(r420754)
+++ head/net/ntp/Makefile	Wed Aug 24 03:21:59 2016	(r420755)
@@ -13,7 +13,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/P/
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
-LIB_DEPENDS=	libevent.so:devel/libevent2
+LIB_DEPENDS=	libevent.so:devel/libevent2 \
+		LIB_DEPENDS+=libmd5.so:www/libwww
 
 CONFLICTS=	ntp-rc-* ntp-devel-*
 


More information about the svn-ports-all mailing list