diff options
author | joerg <joerg> | 2007-01-23 16:17:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-23 16:17:23 +0000 |
commit | d12fb933d27590e683d1e90573dbe4af91ef7dc5 (patch) | |
tree | d1f3e264f0bdca1ab791254ae72fda151f68e6aa /sysutils | |
parent | d96dba234641d08581090be0cd1d9e8f30da2cb6 (diff) | |
download | pkgsrc-d12fb933d27590e683d1e90573dbe4af91ef7dc5.tar.gz |
Modular Xorg support.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmmemmon/Makefile | 4 |
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" |