summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"