diff options
author | marino <marino> | 2012-01-29 15:50:49 +0000 |
---|---|---|
committer | marino <marino> | 2012-01-29 15:50:49 +0000 |
commit | 3679342cf1e4b0dbda123604eb2c860b1f2b170a (patch) | |
tree | 61500d2674530ca1a144973e8db30ddce6ab5f4d /sysutils | |
parent | 3350229d957b27d8e8df4cee03fd852e001565ae (diff) | |
download | pkgsrc-3679342cf1e4b0dbda123604eb2c860b1f2b170a.tar.gz |
sysutils/gkrellm: Fix indirect linking error on DragonFly
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gkrellm/files/top.Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gkrellm/files/top.Makefile.inc b/sysutils/gkrellm/files/top.Makefile.inc index cdfcb538368..42931282aa3 100644 --- a/sysutils/gkrellm/files/top.Makefile.inc +++ b/sysutils/gkrellm/files/top.Makefile.inc @@ -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 |