summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-15 14:53:14 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-15 14:53:14 +0000
commit4fc1d1ff6c68557cf307cd03321bfb7b7b8ad320 (patch)
tree446a4933e4829de1b4fd36cb1516a9bb0a841e7a /wm
parentcd09e4f482d7baf3280c6e32bdcc7684c544989c (diff)
downloadpkgsrc-4fc1d1ff6c68557cf307cd03321bfb7b7b8ad320.tar.gz
Modular Xorg support.
Diffstat (limited to 'wm')
-rw-r--r--wm/openbox2/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/wm/openbox2/Makefile b/wm/openbox2/Makefile
index 06e18372537..511cc05da13 100644
--- a/wm/openbox2/Makefile
+++ b/wm/openbox2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/12/15 20:33:02 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2007/02/15 14:53:44 joerg Exp $
#
DISTNAME= openbox-2.2.3
@@ -18,6 +18,9 @@ GNU_CONFIGURE= YES
CPPFLAGS+= -DHAVE_STRFTIME=1
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
-
+.include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"