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 | e130871a6f37673dd46a436c7bc36e2a023dc6ea (patch) | |
tree | 990f77ed63bceb9edba9b830d22b214eb51514b8 /wm/olvwm | |
parent | b65d3fe970beb6db1a197d5b8cae2e8d2506e40f (diff) | |
download | pkgsrc-e130871a6f37673dd46a436c7bc36e2a023dc6ea.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm/olvwm')
-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" |