sysutils/gkrellm: Fix indirect linking error on DragonFly
This commit is contained in:
parent
41a95f9d52
commit
6825b12cdb
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ SYS_LIBS+= -lnsl
|
|||
BINGROUP= kmem
|
||||
NEED_MD5= no
|
||||
MD5_LIBS= -lmd
|
||||
SYS_LIBS= -lkvm -lkinfo -ldevstat
|
||||
SYS_LIBS= -lkvm -lkinfo -ldevstat -lX11 -lm
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue