aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-16 06:13:02 +0800
committerbapt <bapt@FreeBSD.org>2014-06-16 06:13:02 +0800
commite618a012ea440ed4639fded6f46c1bd0d18a5eaa (patch)
tree3df7a243becbba4028ee43b637a315c99e70afe5 /Mk
parent6030199df6cce172b3d5fc9d754a3b623be96b5c (diff)
downloadfreebsd-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.mk12
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} != "."