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 | |
parent | b3376afa20b1d82d6c1c97ad692e028cbe87e998 (diff) | |
download | freebsd-ports-gnome-3271d2a166072b52322524c18af08fbf42e8313b.tar.gz freebsd-ports-gnome-3271d2a166072b52322524c18af08fbf42e8313b.tar.zst freebsd-ports-gnome-3271d2a166072b52322524c18af08fbf42e8313b.zip |
Fix Makefile typo.
-rw-r--r-- | net/ntp-devel/Makefile | 2 | ||||
-rw-r--r-- | net/ntp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 1fe755d41150..e2b5ae149934 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/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-[0-9].* ntp-rc-* 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-* |