summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 15:50:49 +0000
committermarino <marino>2012-01-29 15:50:49 +0000
commit3679342cf1e4b0dbda123604eb2c860b1f2b170a (patch)
tree61500d2674530ca1a144973e8db30ddce6ab5f4d /sysutils
parent3350229d957b27d8e8df4cee03fd852e001565ae (diff)
downloadpkgsrc-3679342cf1e4b0dbda123604eb2c860b1f2b170a.tar.gz
sysutils/gkrellm: Fix indirect linking error on DragonFly
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gkrellm/files/top.Makefile.inc2
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