summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-06-16 13:34:30 +0000
committerobache <obache@pkgsrc.org>2013-06-16 13:34:30 +0000
commitde28712cec4194d568b9a606d168d72e5e665637 (patch)
tree224c5dfdd52b3102573a2da222aed9b9741fb4ad
parent00309b0c7870b1f7699f2ae921de498265c8d0a8 (diff)
downloadpkgsrc-de28712cec4194d568b9a606d168d72e5e665637.tar.gz
preprocessor is a tool.
-rw-r--r--x11/libX11/Makefile4
-rw-r--r--x11/libXext/Makefile4
-rw-r--r--x11/modular-xorg-server/Makefile4
-rw-r--r--x11/xdm/Makefile4
-rw-r--r--x11/xf86-video-sis/Makefile4
-rw-r--r--x11/xinit/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index ca088a0962d..a94c4fad838 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2013/06/13 22:30:41 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2013/06/16 13:34:30 obache Exp $
DISTNAME= libX11-1.6.0
CATEGORIES= x11 devel
@@ -35,7 +35,7 @@ LDFLAGS.MirBSD+= -pthread
BUILDLINK_API_DEPENDS.libxcb+=libxcb>=1.8.1
-BUILD_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
+TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile
index 94704852bf9..b2e3801c232 100644
--- a/x11/libXext/Makefile
+++ b/x11/libXext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/06/13 22:30:41 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2013/06/16 13:34:30 obache Exp $
DISTNAME= libXext-1.3.2
CATEGORIES= x11 devel
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --disable-malloc0returnsnull
.include "../../mk/compiler.mk"
-BUILD_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
+TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
.include "../../meta-pkgs/modular-xorg/hacks.mk"
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile
index c4a71eee500..d55fa3ef4f0 100644
--- a/x11/modular-xorg-server/Makefile
+++ b/x11/modular-xorg-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2013/06/13 22:30:41 joerg Exp $
+# $NetBSD: Makefile,v 1.80 2013/06/16 13:34:30 obache Exp $
#
DISTNAME= xorg-server-1.12.4
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --with-xkb-output=${XKB_OUTPUT_DIR:Q}
.if !empty(USE_TOOLS:Mauto*)
-BUILD_DEPENDS+= xorg-util-macros>=1.1.5:../../devel/xorg-util-macros
+TOOLS_DEPENDS+= xorg-util-macros>=1.1.5:../../devel/xorg-util-macros
.endif
DEPENDS+= xkbcomp-[0-9]*:../../x11/xkbcomp
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile
index 8786a4d1b7e..a72fdaeffd3 100644
--- a/x11/xdm/Makefile
+++ b/x11/xdm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2013/06/13 22:30:41 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2013/06/16 13:34:30 obache Exp $
DISTNAME= xdm-1.1.11
PKGREVISION= 4
@@ -48,7 +48,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/lib/xdm \
CFLAGS+= -fno-strict-aliasing
.endif
-BUILD_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
+TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
.if ${OPSYS} == "NetBSD"
diff --git a/x11/xf86-video-sis/Makefile b/x11/xf86-video-sis/Makefile
index 6ffe10bbe17..51b86cafc40 100644
--- a/x11/xf86-video-sis/Makefile
+++ b/x11/xf86-video-sis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/06/13 22:30:41 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2013/06/16 13:34:30 obache Exp $
#
DISTNAME= xf86-video-sis-0.10.7
@@ -18,7 +18,7 @@ USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
-BUILD_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
+TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
.if ${OPSYS} == "SunOS"
diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile
index b8bb4a8ee8c..ee51655c0e6 100644
--- a/x11/xinit/Makefile
+++ b/x11/xinit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/06/13 22:30:41 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2013/06/16 13:34:30 obache Exp $
#
DISTNAME= xinit-1.3.2
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit
USE_TOOLS+= pkg-config xauth:run
-BUILD_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
+TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
.include "../../x11/libX11/buildlink3.mk"