Remove useless "libsysinfo" CONFLICTS statement.
(it needed to be "libsysinfo*" to have any effect)
This commit is contained in:
parent
d61f7794a5
commit
3df3a4e33f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322814
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue