Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 03:21:59 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420755 - in head/net: ntp ntp-devel
Message-ID:  <201608240321.u7O3LxNE008290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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-*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608240321.u7O3LxNE008290>