svn commit: r451480 - head/net/openntpd
Christian Weisgerber
naddy at FreeBSD.org
Sat Oct 7 19:59:32 UTC 2017
Author: naddy
Date: Sat Oct 7 19:59:30 2017
New Revision: 451480
URL: https://svnweb.freebsd.org/changeset/ports/451480
Log:
Register conflict with ntp, ntp-devel.
Modified:
head/net/openntpd/Makefile
Modified: head/net/openntpd/Makefile
==============================================================================
--- head/net/openntpd/Makefile Sat Oct 7 19:45:04 2017 (r451479)
+++ head/net/openntpd/Makefile Sat Oct 7 19:59:30 2017 (r451480)
@@ -13,11 +13,13 @@ LICENSE= ISCL
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
+CONFLICTS= ntp-[0-9].* ntp-devel-*
+
+USES= ssl
+
USE_RC_SUBR= openntpd
USERS= _ntp
GROUPS= _ntp
-
-USES= ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cacert=${LOCALBASE}/etc/ssl/cert.pem
More information about the svn-ports-head
mailing list