summaryrefslogtreecommitdiff
path: root/wm/icewm
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-15 20:32:52 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-15 20:32:52 +0000
commit58c314423618d9e74407834dd613376be4ef0878 (patch)
tree18da47edbf63f3b1426c1e8f88063303e6b0ef19 /wm/icewm
parent1a74f87f421f832d8d7f18cd95ae4c1f6a8b931f (diff)
downloadpkgsrc-58c314423618d9e74407834dd613376be4ef0878.tar.gz
Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
Diffstat (limited to 'wm/icewm')
-rw-r--r--wm/icewm/Makefile4
-rw-r--r--wm/icewm/Makefile.common6
2 files changed, 5 insertions, 5 deletions
diff --git a/wm/icewm/Makefile b/wm/icewm/Makefile
index b99a917dff9..59da5ffe828 100644
--- a/wm/icewm/Makefile
+++ b/wm/icewm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/10/04 19:38:05 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2006/12/15 20:33:02 joerg Exp $
COMMENT= Small, fast and light-weight window manager
@@ -9,6 +9,6 @@ CONFIGURE_ARGS+= --with-imlib=no
CONFIGURE_ARGS+= --with-xpm=${BUILDLINK_PREFIX.xpm}
.include "Makefile.common"
-.include "../../graphics/xpm/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common
index 38312e04386..a4c3bc778ed 100644
--- a/wm/icewm/Makefile.common
+++ b/wm/icewm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2006/11/28 15:26:18 rillig Exp $
+# $NetBSD: Makefile.common,v 1.57 2006/12/15 20:33:02 joerg Exp $
DISTNAME= icewm-1.2.27
CATEGORIES= x11 wm
@@ -64,5 +64,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${HTMLDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../fonts/Xft2/buildlink3.mk"
-.include "../../x11/Xrandr/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"