diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 17:11:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 17:11:31 +0000 |
commit | f350f1d1b23e127c52b6703eec27c7ef39fde03b (patch) | |
tree | 990f77ed63bceb9edba9b830d22b214eb51514b8 /wm | |
parent | ac3b65718e11d59015379819d3d13f26fb5312b8 (diff) | |
download | pkgsrc-f350f1d1b23e127c52b6703eec27c7ef39fde03b.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/olvwm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wm/olvwm/Makefile b/wm/olvwm/Makefile index 69ea69b61f9..a964d20d53b 100644 --- a/wm/olvwm/Makefile +++ b/wm/olvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/12/15 20:33:02 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/08 17:11:31 joerg Exp $ # DISTNAME= olvwm4.src4 @@ -16,6 +16,9 @@ DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients WRKSRC= ${WRKDIR} USE_IMAKE= yes +.include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../x11/xview-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |