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

Cy Schubert cy at FreeBSD.org
Wed Aug 24 03:26:49 UTC 2016


Author: cy
Date: Wed Aug 24 03:26:47 2016
New Revision: 420757
URL: https://svnweb.freebsd.org/changeset/ports/420757

Log:
  Fix Makefile typo.

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:23:25 2016	(r420756)
+++ head/net/ntp-devel/Makefile	Wed Aug 24 03:26:47 2016	(r420757)
@@ -14,7 +14,7 @@ MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
 LIB_DEPENDS=	libevent.so:devel/libevent2 \
-		LIB_DEPENDS+=libmd5.so:www/libwww
+		libmd5.so:www/libwww
 
 CONFLICTS=	ntp-[0-9].* ntp-rc-*
 

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Wed Aug 24 03:23:25 2016	(r420756)
+++ head/net/ntp/Makefile	Wed Aug 24 03:26:47 2016	(r420757)
@@ -14,7 +14,7 @@ MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
 LIB_DEPENDS=	libevent.so:devel/libevent2 \
-		LIB_DEPENDS+=libmd5.so:www/libwww
+		libmd5.so:www/libwww
 
 CONFLICTS=	ntp-rc-* ntp-devel-*
 


More information about the svn-ports-head mailing list