summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-23 16:17:23 +0000
committerjoerg <joerg>2007-01-23 16:17:23 +0000
commit630ec8ac0f4bc72c602105aabd84bdd839316b5c (patch)
treed1f3e264f0bdca1ab791254ae72fda151f68e6aa /sysutils
parent6fb10aad4e9b7014e6c9671327c4755ea8904574 (diff)
downloadpkgsrc-630ec8ac0f4bc72c602105aabd84bdd839316b5c.tar.gz
Modular Xorg support.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wmmemmon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/wmmemmon/Makefile b/sysutils/wmmemmon/Makefile
index 6494de08a3d..c4fa391bdd5 100644
--- a/sysutils/wmmemmon/Makefile
+++ b/sysutils/wmmemmon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/12/15 20:33:01 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2007/01/23 16:17:23 joerg Exp $
#
DISTNAME= wmmemmon-1.0.1
@@ -12,5 +12,7 @@ COMMENT= Dockapp to monitor memory and swap usages
GNU_CONFIGURE= YES
+.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"