diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 20:04:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 20:04:24 +0000 |
commit | 99886a75ff715d1b735a4c2b66082670b5f4b223 (patch) | |
tree | ecf779ac3d64ef673fead0963adee9d671ef6156 /net | |
parent | 95604c1970e9b3f7a54eef04457c8eafc71a5c6b (diff) | |
download | pkgsrc-99886a75ff715d1b735a4c2b66082670b5f4b223.tar.gz |
Modular Xorg support.
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnd/Makefile | 6 | ||||
-rw-r--r-- | net/xipdump/Makefile | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index 5ff5aa21413..54e8cbcc6b0 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/29 10:55:55 rpaulo Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/19 20:04:24 joerg Exp $ DISTNAME= wmnd-0.4.12 PKGREVISION= 1 @@ -13,5 +13,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} GNU_CONFIGURE= YES -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 0b133a322d4..461c27ca98c 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2007/02/18 18:55:17 adrianp Exp $ +# $NetBSD: Makefile,v 1.26 2007/02/19 20:12:52 joerg Exp $ # DISTNAME= xipdump-1.5.4 @@ -29,5 +29,5 @@ post-build: @${ECHO} "@dirrm share/xipdump" >> ${PLIST_SRC} .include "../../devel/libnet10/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |