diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 15:23:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 15:23:46 +0000 |
commit | f4712f89b1b00d1cb32f00fe0b7490a8478806ef (patch) | |
tree | 1fb11ed4a3716af8a099a619d0cfec164c853018 /x11 | |
parent | 8680ee269a8905b83d2eceb43439f439338d9762 (diff) | |
download | pkgsrc-f4712f89b1b00d1cb32f00fe0b7490a8478806ef.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wdm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 9bb4187ff0e..7d08603d7da 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/10/18 20:23:15 reed Exp $ +# $NetBSD: Makefile,v 1.34 2007/02/02 15:23:46 joerg Exp $ DISTNAME= wdm-1.28 CATEGORIES= x11 windowmaker @@ -60,5 +60,8 @@ pre-install: .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../wm/windowmaker/buildlink3.mk" - +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXinerama/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |