diff options
author | obache <obache@pkgsrc.org> | 2013-06-16 13:34:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-16 13:34:30 +0000 |
commit | de28712cec4194d568b9a606d168d72e5e665637 (patch) | |
tree | 224c5dfdd52b3102573a2da222aed9b9741fb4ad /x11/libX11 | |
parent | 00309b0c7870b1f7699f2ae921de498265c8d0a8 (diff) | |
download | pkgsrc-de28712cec4194d568b9a606d168d72e5e665637.tar.gz |
preprocessor is a tool.
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/Makefile | 4 |
1 files changed, 2 insertions, 2 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]) |