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 | dd861654ac4f2199580702bbdba8ac23d930156f (patch) | |
tree | 446a4933e4829de1b4fd36cb1516a9bb0a841e7a /wm | |
parent | 31e08af31d2490dedbae9ed1db98691bb0a0dc18 (diff) | |
download | pkgsrc-dd861654ac4f2199580702bbdba8ac23d930156f.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" |