diff options
author | cy <cy@FreeBSD.org> | 2016-08-24 11:26:47 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-08-24 11:26:47 +0800 |
commit | 3271d2a166072b52322524c18af08fbf42e8313b (patch) | |
tree | cd52d194b7e2d6e7d0f295ffce7617f00e5078ed /net/ntp/Makefile | |
parent | b3376afa20b1d82d6c1c97ad692e028cbe87e998 (diff) | |
download | freebsd-ports-gnome-3271d2a166072b52322524c18af08fbf42e8313b.tar.gz freebsd-ports-gnome-3271d2a166072b52322524c18af08fbf42e8313b.tar.zst freebsd-ports-gnome-3271d2a166072b52322524c18af08fbf42e8313b.zip |
Fix Makefile typo.
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 874123a16138..35d9e737299d 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -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-* |