diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile index 1e9c1e62fc06..6dfdf4c97791 100644 --- a/devel/automake19/Makefile +++ b/devel/automake19/Makefile @@ -41,4 +41,11 @@ pre-su-install: @${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION} @${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION} -.include +.include + +.if ${OSVERSION} < 600000 +BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo +CONFIGURE_ARGS+=MAKEINFO=${LOCALBASE}/bin/makeinfo +.endif + +.include