summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/imwheel/Makefile7
-rw-r--r--x11/xnodecor/Makefile5
-rw-r--r--x11/xpns/Makefile5
-rw-r--r--x11/xrestop/Makefile6
4 files changed, 13 insertions, 10 deletions
diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile
index 1d7dad037b6..d2566140ee1 100644
--- a/x11/imwheel/Makefile
+++ b/x11/imwheel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:11:35 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2007/01/15 18:05:47 joerg Exp $
#
DISTNAME= imwheel-0.9.9
@@ -15,5 +15,8 @@ USE_X11BASE= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-gpm
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXtst/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xnodecor/Makefile b/x11/xnodecor/Makefile
index 5c02c354b03..39de66928cc 100644
--- a/x11/xnodecor/Makefile
+++ b/x11/xnodecor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:31:13 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2007/01/15 18:13:31 joerg Exp $
DISTNAME= xnodecor-0.1
PKGREVISION= 1
@@ -13,11 +13,10 @@ COMMENT= Borderless or undecorated window support utility
USE_X11BASE= yes
NO_CONFIGURE= yes
-.include "../../mk/x11.buildlink3.mk"
-
do-extract:
@${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile
index 009ee76d10e..8d2afcbe1e8 100644
--- a/x11/xpns/Makefile
+++ b/x11/xpns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/10/04 22:06:57 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/01/15 18:08:58 joerg Exp $
DISTNAME= pns_source
PKGNAME= xpns-1.0
@@ -18,8 +18,6 @@ BUILD_TARGET= pns
INSTALLATION_DIRS= bin
-.include "../../mk/x11.buildlink3.mk"
-
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/xpns
${INSTALL_PROGRAM} ${WRKSRC}/pns ${PREFIX}/lib/xpns/
@@ -31,4 +29,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xpns
${CP} ${WRKSRC}/*.net ${PREFIX}/share/doc/xpns/
+.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile
index 8738e295241..0dec6eabadd 100644
--- a/x11/xrestop/Makefile
+++ b/x11/xrestop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:11:49 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/01/15 17:57:21 joerg Exp $
#
DISTNAME= xrestop-0.3
@@ -13,5 +13,7 @@ COMMENT= X11 clients' server-side resource usage monitor
GNU_CONFIGURE= yes
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXres/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"