summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-09 08:07:44 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-09 08:07:44 +0000
commit9fabe348483f8aa647e133e06045597d66479bdd (patch)
tree7a253c1a3181522d87caf63f1667b6486363b25b /sysutils/gkrellm
parent7d7f4ce32bf4d532d2077667b3d99f1f1cef9df2 (diff)
downloadpkgsrc-9fabe348483f8aa647e133e06045597d66479bdd.tar.gz
Modular Xorg support.
Diffstat (limited to 'sysutils/gkrellm')
-rw-r--r--sysutils/gkrellm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile
index 309b6afb7c8..ce196b04ef6 100644
--- a/sysutils/gkrellm/Makefile
+++ b/sysutils/gkrellm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2006/09/07 10:32:56 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2007/01/09 08:10:58 joerg Exp $
.include "Makefile.common"
GKRELLM_PKGBASE= gkrellm
@@ -38,7 +38,8 @@ SUBST_CLASSES+= gkprefix
REQD_DIRS= lib/gkrellm2/plugins lib/gkrellm2 include/gkrellm2
-.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"