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/xdm | |
parent | 00309b0c7870b1f7699f2ae921de498265c8d0a8 (diff) | |
download | pkgsrc-de28712cec4194d568b9a606d168d72e5e665637.tar.gz |
preprocessor is a tool.
Diffstat (limited to 'x11/xdm')
-rw-r--r-- | x11/xdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |