summaryrefslogtreecommitdiff
path: root/net/wmpload
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-14 17:25:02 +0000
committerwiz <wiz@pkgsrc.org>2007-03-14 17:25:02 +0000
commit3e1f65b2390f3906e97e2610c68eb2b5ef46f209 (patch)
tree05df8ba85731be430005571411be26c9b086168f /net/wmpload
parent2b48a0816b42ed41ca6f038ad89978b6e36f538d (diff)
downloadpkgsrc-3e1f65b2390f3906e97e2610c68eb2b5ef46f209.tar.gz
Add missing dependencies to fix build with modular xorg.
Diffstat (limited to 'net/wmpload')
-rw-r--r--net/wmpload/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wmpload/Makefile b/net/wmpload/Makefile
index 54edeae8d99..9eacdc02a47 100644
--- a/net/wmpload/Makefile
+++ b/net/wmpload/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/12/15 20:33:00 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/03/14 17:25:02 wiz Exp $
#
DISTNAME= wmpload-0.9.5
@@ -13,5 +13,7 @@ COMMENT= PPP monitor for X11, totals and current in/out rates in 64x64 cube
HAS_CONFIGURE= YES
USE_IMAKE= YES
+.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"