diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-16 06:13:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-16 06:13:02 +0800 |
commit | e618a012ea440ed4639fded6f46c1bd0d18a5eaa (patch) | |
tree | 3df7a243becbba4028ee43b637a315c99e70afe5 /Mk | |
parent | 6030199df6cce172b3d5fc9d754a3b623be96b5c (diff) | |
download | freebsd-ports-gnome-e618a012ea440ed4639fded6f46c1bd0d18a5eaa.tar.gz freebsd-ports-gnome-e618a012ea440ed4639fded6f46c1bd0d18a5eaa.tar.zst freebsd-ports-gnome-e618a012ea440ed4639fded6f46c1bd0d18a5eaa.zip |
Backout support for WITHOUT_INFO in base it triggers an infinite recursion
print/texinfo depends on help2man which provides info files and thus
need texinfo...
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index d34a81e13d21..cf92b9399693 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -2929,12 +2929,12 @@ INFO_PATH?= info .endif .if defined(INFO) -.if !exists(/usr/bin/install-info) -.if ${.CURDIR} != ${PORTSDIR}/print/texinfo -BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo -RUN_DEPENDS+= install-info:${PORTSDIR}/print/texinfo -.endif -.endif +#.if !exists(/usr/bin/install-info) +#.if ${.CURDIR} != ${PORTSDIR}/print/texinfo +#BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo +#RUN_DEPENDS+= install-info:${PORTSDIR}/print/texinfo +#.endif +#.endif . for D in ${INFO:H} RD:= ${D} . if ${RD} != "." |