diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:53:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:53:14 +0000 |
commit | 4fc1d1ff6c68557cf307cd03321bfb7b7b8ad320 (patch) | |
tree | 446a4933e4829de1b4fd36cb1516a9bb0a841e7a /wm | |
parent | cd09e4f482d7baf3280c6e32bdcc7684c544989c (diff) | |
download | pkgsrc-4fc1d1ff6c68557cf307cd03321bfb7b7b8ad320.tar.gz |
Modular Xorg support.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/openbox2/Makefile | 7 |
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" |