diff options
author | dholland <dholland@pkgsrc.org> | 2017-12-27 22:58:55 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2017-12-27 22:58:55 +0000 |
commit | 0d3dadea7ef0f42e15edd85df9aefd3b442e956a (patch) | |
tree | 674d6b4d106046dd0f443e1299b41eefb448f607 /lang | |
parent | e025531268b74b576bc55f2be4cb4a4a074bd71e (diff) | |
download | pkgsrc-0d3dadea7ef0f42e15edd85df9aefd3b442e956a.tar.gz |
BUILD/TOOL changes recommended by riastradh
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pfe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 89accb2d34d..bdde9df1b75 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/07/09 06:38:26 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2017/12/27 22:58:55 dholland Exp $ DISTNAME= pfe-0.33.71 PKGREVISION= 9 @@ -20,8 +20,8 @@ BUILD_TARGET= all mans docs INSTALL_TARGET= install install-mans install-docs TEST_TARGET= tests -BUILD_DEPENDS= xmlto-[0-9]*:../../textproc/xmlto # documentation -PYTHON_FOR_BUILD_ONLY= yes +TOOL_DEPENDS= xmlto-[0-9]*:../../textproc/xmlto # documentation +PYTHON_FOR_BUILD_ONLY= tool .include "../../lang/python/pyversion.mk" .include "../../mk/termcap.buildlink3.mk" |