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 | |
parent | 31e08af31d2490dedbae9ed1db98691bb0a0dc18 (diff) | |
download | pkgsrc-dd861654ac4f2199580702bbdba8ac23d930156f.tar.gz |
Modular Xorg support.
-rw-r--r-- | games/netmaze/Makefile | 4 | ||||
-rw-r--r-- | wm/openbox2/Makefile | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games/netmaze/Makefile b/games/netmaze/Makefile index eec1cafc70e..1d261f97f55 100644 --- a/games/netmaze/Makefile +++ b/games/netmaze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:21 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/15 14:53:14 joerg Exp $ DISTNAME= netmaze0.81 PKGNAME= netmaze-0.81 @@ -17,4 +17,6 @@ post-patch: ${SED} -e 's|@X11LIBS@|${X11_LDFLAGS}|g' \ < ${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" |