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