svn commit: r478152 - head/devel/libeio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 26 18:42:15 UTC 2018


Author: sunpoet
Date: Sun Aug 26 18:42:13 2018
New Revision: 478152
URL: https://svnweb.freebsd.org/changeset/ports/478152

Log:
  Mark CONFLICTS_INSTALL with devel/efl
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/libeio/Makefile

Modified: head/devel/libeio/Makefile
==============================================================================
--- head/devel/libeio/Makefile	Sun Aug 26 18:42:08 2018	(r478151)
+++ head/devel/libeio/Makefile	Sun Aug 26 18:42:13 2018	(r478152)
@@ -10,6 +10,9 @@ CATEGORIES=	devel
 MAINTAINER=	osa at FreeBSD.org
 COMMENT=	Full-featured asynchronous I/O library for C
 
+# lib/libeio.so.1
+CONFLICTS_INSTALL=	efl
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	scunningham
 USES=		alias autoreconf libtool


More information about the svn-ports-all mailing list