svn commit: r493630 - head/dns/gdnsd

Ryan Steinmetz zi at FreeBSD.org
Sat Feb 23 01:33:37 UTC 2019


Author: zi
Date: Sat Feb 23 01:33:36 2019
New Revision: 493630
URL: https://svnweb.freebsd.org/changeset/ports/493630

Log:
  - Note CONFLICT_INSTALL with dns/gdnsd3

Modified:
  head/dns/gdnsd/Makefile

Modified: head/dns/gdnsd/Makefile
==============================================================================
--- head/dns/gdnsd/Makefile	Sat Feb 23 00:52:53 2019	(r493629)
+++ head/dns/gdnsd/Makefile	Sat Feb 23 01:33:36 2019	(r493630)
@@ -23,7 +23,7 @@ USE_LDCONFIG=	yes
 USES=		pkgconfig libtool tar:xz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFLICTS_INSTALL=	gdnsd2-2.[0-9]*
+CONFLICTS_INSTALL=	gdnsd2-2.[0-9]* gdnsd3-3.[0-9]*
 
 USE_RC_SUBR=	gdnsd
 


More information about the svn-ports-all mailing list