diff options
author | wiz <wiz> | 2007-03-14 17:25:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-14 17:25:02 +0000 |
commit | 9de4e4696d8ed6576c8517c2adfe24217e0767d6 (patch) | |
tree | 05df8ba85731be430005571411be26c9b086168f /net/wmpload | |
parent | d11703cd7bbcd5ad18a871d9688e7461953fc145 (diff) | |
download | pkgsrc-9de4e4696d8ed6576c8517c2adfe24217e0767d6.tar.gz |
Add missing dependencies to fix build with modular xorg.
Diffstat (limited to 'net/wmpload')
-rw-r--r-- | net/wmpload/Makefile | 4 |
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" |