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
commite54be7fdd53c52627375ed9935c903d293dafc30 (patch)
tree61500d2674530ca1a144973e8db30ddce6ab5f4d /sysutils
parenta9c949559cfb05e5d55a9cbc5ba3f4229d5fab46 (diff)
downloadpkgsrc-e54be7fdd53c52627375ed9935c903d293dafc30.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