summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-01-29 15:50:49 +0000
committermarino <marino@pkgsrc.org>2012-01-29 15:50:49 +0000
commitb40a95d47f61fb8eef33eb552f553d6bacccf45d (patch)
tree61500d2674530ca1a144973e8db30ddce6ab5f4d /sysutils
parent6f12e82931240e772bd32816e2f324d5f77a95c0 (diff)
downloadpkgsrc-b40a95d47f61fb8eef33eb552f553d6bacccf45d.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