diff options
Diffstat (limited to 'wm/lwm/Makefile')
-rw-r--r-- | wm/lwm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wm/lwm/Makefile b/wm/lwm/Makefile index c8f46f2e5b7..6095dd6dcfc 100644 --- a/wm/lwm/Makefile +++ b/wm/lwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:11:14 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/12/27 13:37:41 joerg Exp $ DISTNAME= lwm-1.2.1 PKGREVISION= 1 @@ -11,4 +11,7 @@ COMMENT= Lightweight Window Manager USE_IMAKE= YES +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |