svn commit: r322814 - head/editors/vim

David E. O'Brien obrien at FreeBSD.org
Fri Jul 12 05:12:43 UTC 2013


Author: obrien
Date: Fri Jul 12 05:12:42 2013
New Revision: 322814
URL: http://svnweb.freebsd.org/changeset/ports/322814

Log:
  Remove useless "libsysinfo" CONFLICTS statement.
  (it needed to be "libsysinfo*" to have any effect)

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Fri Jul 12 04:33:25 2013	(r322813)
+++ head/editors/vim/Makefile	Fri Jul 12 05:12:42 2013	(r322814)
@@ -50,12 +50,13 @@ PORT_OPTIONS?=	${VIM_PORT_OPTIONS}
 
 .include <bsd.port.options.mk>
 
-CONFLICTS=	vim6* vim*-gnome libsysinfo
+CONFLICTS=	vim6* vim*-gnome
 .if defined(LITE)
 CONFLICTS+=	vim*
 .else
 CONFLICTS+=	vim*-lite
 .endif
+
 MAKE_JOBS_UNSAFE=	yes
 USE_BZIP2=	yes
 DIST_SUBDIR=	vim


More information about the svn-ports-all mailing list