summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-08 17:11:31 +0000
committerjoerg <joerg>2007-01-08 17:11:31 +0000
commit18aa476c1ac2308b8d435bea3ab2ef80366846e4 (patch)
tree990f77ed63bceb9edba9b830d22b214eb51514b8
parent371a0b44223ce7a7c5fc8ca76a6ed1d7e8061c7c (diff)
downloadpkgsrc-18aa476c1ac2308b8d435bea3ab2ef80366846e4.tar.gz
Modular Xorg support.
-rw-r--r--wm/olvwm/Makefile5
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"