diff options
-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 716b4bb8d110..d9c2ee7436df 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -16,7 +16,7 @@ COMMENT= The Network Time Protocol Distribution LIB_DEPENDS= libevent.so:devel/libevent2 \ libmd5.so:www/libwww -CONFLICTS= ntp-[0-9].* ntp-rc-* +CONFLICTS= ntp-[0-9].* USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ pkgconfig ssl gettext-runtime diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 7b844098c0ab..7f03420e8439 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -16,7 +16,7 @@ COMMENT= The Network Time Protocol Distribution LIB_DEPENDS= libevent.so:devel/libevent2 \ libmd5.so:www/libwww -CONFLICTS= ntp-rc-* ntp-devel-* +CONFLICTS= ntp-devel-* USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ pkgconfig ssl |