summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inputmethod/uim/Makefile4
-rw-r--r--math/xgap/Makefile4
-rw-r--r--net/wmnd/Makefile6
-rw-r--r--net/xipdump/Makefile4
4 files changed, 10 insertions, 8 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index df3bbcbdc58..eea869f3d06 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2007/01/20 16:56:43 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2007/02/19 20:06:21 joerg Exp $
#
DISTNAME= uim-1.3.1
@@ -40,5 +40,5 @@ post-install:
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/xgap/Makefile b/math/xgap/Makefile
index 982ee3fd85d..221cedc264c 100644
--- a/math/xgap/Makefile
+++ b/math/xgap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:10:04 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2007/02/19 20:10:29 joerg Exp $
#
DISTNAME= xgap4r16
@@ -36,6 +36,6 @@ do-install:
cd ${WRKSRC} && ${PAX} -rw $$I ${GAP_PKG_DIRECTORY}; \
done
-.include "../../mk/x11.buildlink3.mk"
.include "../../math/gap/gap.package.mk"
+.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
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"