Date: Wed, 24 Aug 2016 03:26:48 +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: r420757 - in head/net: ntp ntp-devel Message-ID: <201608240326.u7O3Qmcu009278@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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-*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608240326.u7O3Qmcu009278>