diff options
author | joerg <joerg> | 2007-01-08 17:11:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-08 17:11:31 +0000 |
commit | b1c17c13b9c64dde9aeb7d2455da71e45779379e (patch) | |
tree | 990f77ed63bceb9edba9b830d22b214eb51514b8 | |
parent | 62107f080ec31966d2f3539012afae40f21f68c0 (diff) | |
download | pkgsrc-b1c17c13b9c64dde9aeb7d2455da71e45779379e.tar.gz |
Modular Xorg support.
-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" |