diff options
author | obrien <obrien@FreeBSD.org> | 2013-07-12 13:12:42 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2013-07-12 13:12:42 +0800 |
commit | 9630783a287e855a62cd35e46c5474183f48c867 (patch) | |
tree | c099bf80325110000bacf4fc60e4383fdad790e6 /editors | |
parent | 08ad18bacacbfdcadc72b73c1304d89b071d5f84 (diff) | |
download | freebsd-ports-gnome-9630783a287e855a62cd35e46c5474183f48c867.tar.gz freebsd-ports-gnome-9630783a287e855a62cd35e46c5474183f48c867.tar.zst freebsd-ports-gnome-9630783a287e855a62cd35e46c5474183f48c867.zip |
Remove useless "libsysinfo" CONFLICTS statement.
(it needed to be "libsysinfo*" to have any effect)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 0d631fba5981..5b709d7e91ab 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -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 |