summaryrefslogtreecommitdiff
path: root/net
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
commitfd54665c896d064cc8dadd1787c0f6e94a1c86a2 (patch)
tree05df8ba85731be430005571411be26c9b086168f /net
parente2e92555e7a54d5feab32b78b9dc8668049a11ea (diff)
downloadpkgsrc-fd54665c896d064cc8dadd1787c0f6e94a1c86a2.tar.gz
Add missing dependencies to fix build with modular xorg.
Diffstat (limited to 'net')
-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"